fixing script

This commit is contained in:
Alex Yatskov 2017-01-28 09:41:36 -08:00
parent 25d03b0584
commit ea49d0a7ae

View File

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