diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-18 14:15:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-18 14:15:02 +0300 |
commit | f1728f9a8c1a5758a7c60707187d92bb6fb3e982 (patch) | |
tree | 26bfcb85498780b4195b2bae025a4002eadb937a /hercules_update | |
parent | d4d7b1592cafc054949eb5fb66a8cf66cf1d4962 (diff) | |
download | evol-tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.tar.gz evol-tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.tar.bz2 evol-tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.tar.xz evol-tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.zip |
update relative path to evol-tools.
Diffstat (limited to 'hercules_update')
-rwxr-xr-x | hercules_update/createnew.sh | 4 |
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` |