From 582edcb661f47c769045b483d896aa0a5ed6934c Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Fri, 28 Sep 2012 21:03:01 -0500 Subject: [PATCH] Removed an unused file --- make-zip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-zip.sh b/make-zip.sh index 0b206d6..4e6bedd 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/*.sh' -xr-!'WeightsWatcher/unknown-gems' -xr-!'WeightsWatcher/gem-ids*' -xr-!'WeightsWatcher/create-*' -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/gem-ids*' -xr-!'WeightsWatcher/create-*' -mx=9 WeightsWatcher-$VERSION.zip WeightsWatcher/ -- 1.7.9.5