From 270f0f2bb53e9d17c12289705933f6dd3a7e8eba Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 18 May 2016 16:37:32 -0700 Subject: [PATCH] Updating zip file script --- build_zip.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build_zip.sh b/build_zip.sh index c5311b7..adb1365 100755 --- a/build_zip.sh +++ b/build_zip.sh @@ -1,6 +1,4 @@ #!/bin/sh - ZIP=yomichan.zip - -[ -f $ZIPFILE ] rm $ZIP +rm -f $ZIP 7z a yomichan.zip -xr\!\*.pyc yomichan.py yomi_base