Skip to content

Commit 0e19145

Browse files
committed
add version to exe
1 parent 2171e3c commit 0e19145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<configuration>
8484
<headerType>gui</headerType>
8585
<jar>${project.build.directory}/CustomLauncherRewrite-${version}.jar</jar>
86-
<outfile>${project.build.directory}/CustomLauncherRewrite.exe</outfile>
86+
<outfile>${project.build.directory}/CustomLauncherRewrite-${version}.exe</outfile>
8787
<downloadUrl>http://java.com/download</downloadUrl>
8888
<classPath>
8989
<mainClass>lol.hyper.customlauncher.Main</mainClass>
@@ -103,7 +103,7 @@
103103
<productName>${project.name}</productName>
104104
<companyName>hyperdefined</companyName>
105105
<internalName>hyperdefined</internalName>
106-
<originalFilename>CustomLauncherRewrite.exe</originalFilename>
106+
<originalFilename>CustomLauncherRewrite-${version}.exe</originalFilename>
107107
</versionInfo>
108108
</configuration>
109109
</execution>

0 commit comments

Comments
 (0)