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