summaryrefslogtreecommitdiff
path: root/build_zip.sh
diff options
context:
space:
mode:
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/*