diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-23 21:13:29 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-23 21:13:29 -0700 |
commit | a9cc1218607fe8c9e49090723928a9d8b64916c4 (patch) | |
tree | a060e28bc4395eafa8b8b869bcba84c755deb6e6 /build_zip.sh | |
parent | 55309c1cb39241e1f40aedb6986c77f410213b97 (diff) | |
parent | 3a1959bfffcf869e65a55cdeb902fd3cbed21aa7 (diff) |
Merge branch 'master' into dev
Diffstat (limited to 'build_zip.sh')
-rwxr-xr-x | build_zip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_zip.sh b/build_zip.sh index be34255d..fd4e494a 100755 --- a/build_zip.sh +++ b/build_zip.sh @@ -1,4 +1,4 @@ #!/bin/sh ZIP=yomichan.zip rm -f $ZIP -7z a $ZIP ./ext/* +7za a $ZIP ./ext/* |