do both tar and zip
This commit is contained in:
parent
f4805e94b0
commit
eba133090a
3
build.sh
3
build.sh
|
@ -3,6 +3,9 @@
|
||||||
cargo build --release
|
cargo build --release
|
||||||
cp target/release/lull .
|
cp target/release/lull .
|
||||||
strip lull
|
strip lull
|
||||||
|
# zip (itch desktop)
|
||||||
|
zip -r lull-linux.zip README.md LICENSE lull
|
||||||
|
# tar.gz (downloadable)
|
||||||
rm lull-linux.tar.gz
|
rm lull-linux.tar.gz
|
||||||
tar -czvf lull-linux.tar.gz lull README.md LICENSE
|
tar -czvf lull-linux.tar.gz lull README.md LICENSE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue