use tar.gz to preserve permissions

This commit is contained in:
2020-10-27 15:13:00 +00:00
parent d46e1f48e2
commit 459f1705c0
2 changed files with 3 additions and 2 deletions

View File

@@ -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