Skip to content

Commit

Permalink
still need to package pack200 somehow...
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Dec 10, 2021
1 parent 76051bb commit 8efcf91
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,8 @@ private void patchJars(File clean, File output, Path patches) throws IOException
ConsoleTool.main(new String[] {
"--clean", clean.getAbsolutePath(),
"--output", output.getAbsolutePath(),
"--apply", patches.toAbsolutePath().toString()
"--apply", patches.toAbsolutePath().toString(),
"--pack200"
});

try {
Expand Down

0 comments on commit 8efcf91

Please sign in to comment.