Skip to content

Commit

Permalink
downgrade this since it broke for some reason?
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperdefined committed Mar 2, 2023
1 parent 2fa4fa5 commit 182b74e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>2.3.2</version>
<version>2.1.3</version>
<executions>
<execution>
<id>l4j-clui</id>
Expand All @@ -105,12 +105,12 @@
<jdkPreference>preferJre</jdkPreference>
</jre>
<versionInfo>
<fileVersion>1.5.4.0</fileVersion>
<fileVersion>1.8.1.0</fileVersion>
<txtFileVersion>${project.version}</txtFileVersion>
<fileDescription>A custom launcher for Toontown Rewritten.</fileDescription>
<copyright>hyperdefined</copyright>
<productVersion>1.5.4.0</productVersion>
<txtProductVersion>1.5.4.0</txtProductVersion>
<productVersion>1.8.1.0</productVersion>
<txtProductVersion>1.8.1.0</txtProductVersion>
<productName>${project.name}</productName>
<internalName>${project.name}</internalName>
<originalFilename>CustomLauncherRewrite-${project.version}.exe</originalFilename>
Expand Down

0 comments on commit 182b74e

Please sign in to comment.