summaryrefslogtreecommitdiff
path: root/build_zip.sh
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-28 09:41:36 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-28 09:41:36 -0800
commitea49d0a7ae356cc67c2555c6be0411f9e96ebb01 (patch)
treec0bd2c2cdbe2efa1e2bd822cdce3a02fd3fb5b17 /build_zip.sh
parent25d03b0584aa932115c0548b2a71270c2bc3731d (diff)
fixing script
Diffstat (limited to 'build_zip.sh')
-rwxr-xr-xbuild_zip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_zip.sh b/build_zip.sh
index f084c38a..be34255d 100755
--- a/build_zip.sh
+++ b/build_zip.sh
@@ -1,4 +1,4 @@
#!/bin/sh
ZIP=yomichan.zip
rm -f $ZIP
-7z a yomichan.zip ./ext/*
+7z a $ZIP ./ext/*