diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-23 20:07:22 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-23 20:07:22 -0700 |
commit | 3a1959bfffcf869e65a55cdeb902fd3cbed21aa7 (patch) | |
tree | 82a729a7e195b2c8912f50587db5ed2d0d17420d /build_zip.sh | |
parent | 77b0487912de46e5fd027b5b7c4c9ee1f7d02f7f (diff) |
updating license, distro script
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/* |