From 4a6aea8c967bd7c04cec2335246c80763503b87e Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Mon, 22 Nov 2010 10:39:18 -0600 Subject: [PATCH] Fixed up the zip file creation script --- make-zip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-zip.sh b/make-zip.sh index 3fdc421..ca41ff2 100755 --- a/make-zip.sh +++ b/make-zip.sh @@ -6,4 +6,4 @@ VERSION="`grep '^## Version: ' WeightsWatcher.toc | sed -e 's/.* //'`" # echo "'$VERSION'" # exit -cd .. && 7z a -tzip -xr!'.git*' -xr!'Todo*' -xr!'*~' -xr-!'WeightsWatcher/goals' -xr-!'WeightsWatcher/future-features' -xr-!'WeightsWatcher/wowhead values' -xr-!'WeightsWatcher/localization notes' -xr-!'WeightsWatcher/make-zip.sh' -mx=9 WeightsWatcher-$VERSION.zip WeightsWatcher/ +cd .. && 7z a -tzip -xr!'.git*' -xr!'Todo*' -xr!'*~' -xr-!'WeightsWatcher/goals' -xr-!'WeightsWatcher/future-features' -xr-!'WeightsWatcher/wowhead values' -xr-!'WeightsWatcher/localization notes' -xr-!'WeightsWatcher/*.sh' -xr-!'WeightsWatcher/unknown-gems' -mx=9 WeightsWatcher-$VERSION.zip WeightsWatcher/ -- 1.7.9.5