do both tar and zip
This commit is contained in:
parent
51c636e572
commit
f4805e94b0
1
build.sh
1
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
|
||||
|
|
Loading…
Reference in New Issue