summaryrefslogtreecommitdiff
path: root/hercules_update
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-18 14:15:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-18 14:15:02 +0300
commitf1728f9a8c1a5758a7c60707187d92bb6fb3e982 (patch)
tree26bfcb85498780b4195b2bae025a4002eadb937a /hercules_update
parentd4d7b1592cafc054949eb5fb66a8cf66cf1d4962 (diff)
downloadtools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.tar.gz
tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.tar.bz2
tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.tar.xz
tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.zip
update relative path to evol-tools.
Diffstat (limited to 'hercules_update')
-rwxr-xr-xhercules_update/createnew.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hercules_update/createnew.sh b/hercules_update/createnew.sh
index 692cc05..cfa0eba 100755
--- a/hercules_update/createnew.sh
+++ b/hercules_update/createnew.sh
@@ -13,8 +13,8 @@ mkdir upload
rm files/hercules.zip
cd ../../herculesclientdata
-find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -@ ../privtools/hercules_update/files/hercules.zip
-git log --pretty=oneline -n 1 | awk '{print $1}' >../privtools/update/commit.txt
+find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -@ ../evol-tools/hercules_update/files/hercules.zip
+git log --pretty=oneline -n 1 | awk '{print $1}' >../evol-tools/update/commit.txt
cd $dir/files
sum=`../adler32 1 hercules.zip`