Skip to content

Commit

Permalink
Bump JarTighten
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Nov 20, 2023
1 parent bcf3df7 commit aaba49f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draftrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Run ECT (-9999) on built .jar files
run: for file in ./build/libs/*.jar; do ./ci-tools/ect-ubuntu-x86-64 -9999 --disable-png --disable-jpg -strip -zip $file; done
- name: Run JarTighten on built .jar files
run: for file in ./build/libs/*.jar; do java -jar ./ci-tools/JarTighten-1.2.6-all.jar -o -c -E -S -t -z -j --mode=EXTENSIVE --zopfli-iter=9999 --optimise-existing-streams --optimise-recompressed-streams --compare-size-bits $file $file; done
run: for file in ./build/libs/*.jar; do java -jar ./ci-tools/JarTighten-1.2.12-all.jar -o -c -E -S -t -z -j --mode=EXTENSIVE --zopfli-iter=999 --optimise-existing-streams --optimise-recompressed-streams --merge-blocks --compare-size-bits $file $file; done
- name: Draft release
uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run ECT (-90032) on built .jar files
run: for file in ./build/libs/*.jar; do ./ci-tools/ect-ubuntu-x86-64 -90032 --disable-png --disable-jpg -strip -zip $file; done
- name: Run JarTighten on built .jar files
run: for file in ./build/libs/*.jar; do java -jar ./ci-tools/JarTighten-1.2.6-all.jar -o -c -E -S -t -z -j --mode=MULTI_CHEAP --zopfli-iter=99 $file $file; done
run: for file in ./build/libs/*.jar; do java -jar ./ci-tools/JarTighten-1.2.12-all.jar -o -c -E -S -t -z -j --mode=MULTI_CHEAP --zopfli-iter=99 $file $file; done
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
Binary file added ci-tools/JarTighten-1.2.12-all.jar
Binary file not shown.
Binary file removed ci-tools/JarTighten-1.2.6-all.jar
Binary file not shown.

0 comments on commit aaba49f

Please sign in to comment.