We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dda94 commit f7bf69eCopy full SHA for f7bf69e
src/main/java/io/github/fvarrui/javapackager/packagers/WindowsPackager.java
@@ -81,8 +81,7 @@ public File doCreateApp() throws Exception {
81
pluginConfig.add(element("manifest", manifestFile.getAbsolutePath()));
82
pluginConfig.add(
83
element("classPath",
84
- element("mainClass", mainClass),
85
- element("postCp", "%classpath " + mainClass)
+ element("mainClass", mainClass)
86
)
87
);
88
pluginConfig.add(element("chdir", useResourcesAsWorkingDir ? "." : ""));
0 commit comments