Zip deploy script

This commit is contained in:
Alex Yatskov 2016-05-18 16:39:27 -07:00
parent e274659c97
commit 6c9ecd33dd
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
yomichan.zip

4
build_zip.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
ZIP=yomichan.zip
rm -f $ZIP
7z a yomichan.zip ./ext/*