Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 0e0b7ed

Browse files
Put back ext jars
1 parent bdc4a42 commit 0e0b7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repackjre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ makeuni () {
5656
rm lib/jexec;
5757
rm release;
5858

59-
find ./lib/ext ! -name 'zipfs.jar' -type f -exec rm -f {} +
59+
#find ./lib/ext ! -name 'zipfs.jar' -type f -exec rm -f {} +
6060
rm -rf lib/jfr
6161
rm lib/jfr.jar
6262
rm man/man1/servertool.1

0 commit comments

Comments
 (0)