do both tar and zip

This commit is contained in:
Max Bradbury 2020-10-27 16:52:51 +00:00
parent f4805e94b0
commit eba133090a
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
cargo build --release
cp target/release/lull .
strip lull
# zip (itch desktop)
zip -r lull-linux.zip README.md LICENSE lull
# tar.gz (downloadable)
rm lull-linux.tar.gz
tar -czvf lull-linux.tar.gz lull README.md LICENSE