Skip to content
Snippets Groups Projects
Commit bb3cad9f authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #603 - launch4j exe should link to OpenJDK instead if Oracle

parent 55560be3
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@
<headerType>gui</headerType>
<jar>${project.outputDirectory}/${project.artifactName}.jar</jar>
<outfile>${project.exe}</outfile>
<downloadUrl>https://java.com/download</downloadUrl>
<downloadUrl>https://adoptopenjdk.net/</downloadUrl>
<classPath>
<mainClass>${project.groupId}${project.artifactId}.Main</mainClass>
</classPath>
......@@ -321,7 +321,7 @@
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>11</minVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<runtimeBits>64</runtimeBits>
</jre>
<icon>build/icon.ico</icon>
</configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment