From cd6ff3959905538e14092481fae5115bc08a4804 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jun 2021 22:50:06 -0300 Subject: Fix a bunch of typos, bugs, and use nice 12 for building the project. --- update/commit.txt | 2 +- update/createnew.sh | 2 +- update/update.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'update') 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 ' 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 ' -- cgit v1.2.3-70-g09d2