diff --git a/build.sh b/build.sh index a449c3b..a2c1758 100755 --- a/build.sh +++ b/build.sh @@ -5,6 +5,7 @@ cp target/release/lull . strip lull rm lull-linux.tar.gz tar -czvf lull-linux.tar.gz lull README.md LICENSE + rm lull zip -r sounds.zip SOUNDS.md sounds/*.mp3 diff --git a/deploy.sh b/deploy.sh index e3a9307..0812e28 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash -butler push lull-linux.tar.gz ruin/lull:linux +butler push lull-linux.tar.gz ruin/lull:linux-download +butler push lull-linux.zip ruin/lull:linux-itch butler push sounds.zip ruin/lull:sounds