From 353f2c7d9fb70fa86873628f0ea0a835548cd53c Mon Sep 17 00:00:00 2001 From: Leijurv Date: Tue, 25 Sep 2018 09:53:19 -0700 Subject: [PATCH] extra end paren --- .travis.yml | 2 +- scripts/build.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 041d0fc4..5ef5c133 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ deploy: file_glob: true file: - dist/* - body: $(jshon -s "$(cat checksums.txt)")) + body: $(jshon -s "$(cat dist/checksums.txt)") skip_cleanup: true on: tags: true diff --git a/scripts/build.sh b/scripts/build.sh index cd8d2c31..c5131692 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -19,4 +19,5 @@ java -jar ../../proguard6.0.3/lib/proguard.jar @standalone.pro mv Obfuscated/baritone-$VERSION.jar ../../dist/baritone-standalone-$VERSION.jar mv baritone-$VERSION.jar ../../dist/baritone-unoptimized-$VERSION.jar cd ../.. -shasum dist/* | tee checksums.txt \ No newline at end of file +shasum dist/* | tee dist/checksums.txt +jshon -s "$(cat dist/checksums.txt)" \ No newline at end of file