Skip to content

Commit f7bf69e

Browse files
committed
U removed postCp property from launch4j-maven-plugin
1 parent 72dda94 commit f7bf69e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/io/github/fvarrui/javapackager/packagers/WindowsPackager.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ public File doCreateApp() throws Exception {
8181
pluginConfig.add(element("manifest", manifestFile.getAbsolutePath()));
8282
pluginConfig.add(
8383
element("classPath",
84-
element("mainClass", mainClass),
85-
element("postCp", "%classpath " + mainClass)
84+
element("mainClass", mainClass)
8685
)
8786
);
8887
pluginConfig.add(element("chdir", useResourcesAsWorkingDir ? "." : ""));

0 commit comments

Comments
 (0)