summaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-15 22:50:06 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-15 22:50:06 -0300
commitcd6ff3959905538e14092481fae5115bc08a4804 (patch)
treedf8805c9b5f9efab4a893d1119c8d8b2e720abf9 /update
parent965a3675e7a7806cc3ced2324e08544e47dfa8c5 (diff)
downloadmessworld-tools-cd6ff3959905538e14092481fae5115bc08a4804.tar.gz
messworld-tools-cd6ff3959905538e14092481fae5115bc08a4804.tar.bz2
messworld-tools-cd6ff3959905538e14092481fae5115bc08a4804.tar.xz
messworld-tools-cd6ff3959905538e14092481fae5115bc08a4804.zip
Fix a bunch of typos, bugs, and use nice 12 for building the project.
Diffstat (limited to 'update')
-rw-r--r--update/commit.txt2
-rwxr-xr-xupdate/createnew.sh2
-rwxr-xr-xupdate/update.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/update/commit.txt b/update/commit.txt
index ab9dd1d..e5ab03a 100644
--- a/update/commit.txt
+++ b/update/commit.txt
@@ -1 +1 @@
-c7eaf530e07572c69cb31e112d615a4bd0eef443
+52ff9b655a790d0c7aaf182215017d5467c0362c
diff --git a/update/createnew.sh b/update/createnew.sh
index e4c1487..c0bb6fd 100755
--- a/update/createnew.sh
+++ b/update/createnew.sh
@@ -19,7 +19,7 @@ find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -X
git log --pretty=oneline -n 1 | awk '{print $1}' >../tools/update/commit.txt
cd $dir/files
-sum=`adler32 themanaworld.zip`
+sum=`adler32 themanaworld.zip | awk '{print $2}'`
echo "themanaworld.zip ${sum}" >resources2.txt
echo '<?xml version="1.0"?>
diff --git a/update/update.sh b/update/update.sh
index e4c1487..c0bb6fd 100755
--- a/update/update.sh
+++ b/update/update.sh
@@ -19,7 +19,7 @@ find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -X
git log --pretty=oneline -n 1 | awk '{print $1}' >../tools/update/commit.txt
cd $dir/files
-sum=`adler32 themanaworld.zip`
+sum=`adler32 themanaworld.zip | awk '{print $2}'`
echo "themanaworld.zip ${sum}" >resources2.txt
echo '<?xml version="1.0"?>