Fixed up launch4j configuration

This commit is contained in:
Martin Haye 2023-08-13 08:29:54 -07:00
parent 34b468adb5
commit 629aea0acd
2 changed files with 4 additions and 5 deletions

View File

@ -4,3 +4,4 @@ correction*
*.hdv
*.exe
data/world/world*
launch4j/

View File

@ -15,12 +15,10 @@
<manifest></manifest>
<icon></icon>
<jre>
<path>jdk-18</path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<path>jdk</path>
<requiresJdk>true</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion></minVersion>
<maxVersion></maxVersion>
<jdkPreference>jdkOnly</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
</launch4jConfig>