diff --git a/build.sh b/build.sh index f573cfe..db7d330 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,8 @@ cargo build --release cp target/release/lull . strip lull -zip -r lull.zip README.md lull +rm lull-linux.tar.gz +tar -czvf lull-linux.tar.gz lull README.md rm lull zip -r sounds.zip SOUNDS.md sounds/*.mp3 diff --git a/deploy.sh b/deploy.sh index 2b70002..e3a9307 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -butler push lull.zip ruin/lull:linux +butler push lull-linux.tar.gz ruin/lull:linux butler push sounds.zip ruin/lull:sounds