This commit is contained in:
Max Bradbury 2020-10-27 16:53:39 +00:00
parent eba133090a
commit 0af09fcd96
1 changed files with 2 additions and 1 deletions

View File

@ -3,11 +3,12 @@
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
tar -czvf lull-linux.tar.gz README.md LICENSE lull
rm lull