add license to package

This commit is contained in:
Max Bradbury 2020-10-27 15:16:06 +00:00
parent 982f1f0f21
commit 51c636e572
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cargo build --release
cp target/release/lull .
strip lull
rm lull-linux.tar.gz
tar -czvf lull-linux.tar.gz lull README.md
tar -czvf lull-linux.tar.gz lull README.md LICENSE
rm lull
zip -r sounds.zip SOUNDS.md sounds/*.mp3