Skip to content

Commit 85c6d62

Browse files
committed
1.0.4 release
1 parent 9c9354d commit 85c6d62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/io/vproxy/jdkman/action/InitAction.java

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ public class InitAction implements Action {
4242
addAll(Arrays.asList(
4343
"javaws", "jcontrol", "jweblauncher"
4444
));
45+
addAll(Arrays.asList(
46+
"jabswitch", "jaccessinspector", "jaccesswalker",
47+
"javaw", "kinit", "klist", "ktab"
48+
));
4549
}};
4650
private static final String VERSION_FILE = "version.txt";
4751

0 commit comments

Comments
 (0)