fix(pom.xml): correct launch4j JAR path for exe build

This commit is contained in:
SashegDev
2026-05-04 20:52:28 +00:00
parent efc4b086d1
commit 9688509df5
+1 -1
View File
@@ -108,7 +108,7 @@
</goals> </goals>
<configuration> <configuration>
<outfile>../server/builds/ZernMCLauncher-${project.version}.exe</outfile> <outfile>../server/builds/ZernMCLauncher-${project.version}.exe</outfile>
<jar>../server/builds/ZernMCLauncher-${project.version}.jar</jar> <jar>../server/builds/ZernMCLauncher.jar</jar>
<headerType>console</headerType> <headerType>console</headerType>
<dontWrapJar>false</dontWrapJar> <dontWrapJar>false</dontWrapJar>
<jre> <jre>