Skip to content

Commit 182b74e

Browse files
committed
downgrade this since it broke for some reason?
1 parent 2fa4fa5 commit 182b74e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>com.akathist.maven.plugins.launch4j</groupId>
8383
<artifactId>launch4j-maven-plugin</artifactId>
84-
<version>2.3.2</version>
84+
<version>2.1.3</version>
8585
<executions>
8686
<execution>
8787
<id>l4j-clui</id>
@@ -105,12 +105,12 @@
105105
<jdkPreference>preferJre</jdkPreference>
106106
</jre>
107107
<versionInfo>
108-
<fileVersion>1.5.4.0</fileVersion>
108+
<fileVersion>1.8.1.0</fileVersion>
109109
<txtFileVersion>${project.version}</txtFileVersion>
110110
<fileDescription>A custom launcher for Toontown Rewritten.</fileDescription>
111111
<copyright>hyperdefined</copyright>
112-
<productVersion>1.5.4.0</productVersion>
113-
<txtProductVersion>1.5.4.0</txtProductVersion>
112+
<productVersion>1.8.1.0</productVersion>
113+
<txtProductVersion>1.8.1.0</txtProductVersion>
114114
<productName>${project.name}</productName>
115115
<internalName>${project.name}</internalName>
116116
<originalFilename>CustomLauncherRewrite-${project.version}.exe</originalFilename>

0 commit comments

Comments
 (0)