mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-02-28 12:29:59 +00:00
Added launch4j configuration, so I can build a Windows EXE out of the jar.
This commit is contained in:
parent
5dd813f443
commit
ea456df778
1
Platform/Apple/virtual/.gitignore
vendored
1
Platform/Apple/virtual/.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
scripts/
|
||||
correction*
|
||||
*.hdv
|
||||
*.exe
|
||||
|
26
Platform/Apple/virtual/launch4j.cfg.xml
Normal file
26
Platform/Apple/virtual/launch4j.cfg.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>false</dontWrapJar>
|
||||
<headerType>console</headerType>
|
||||
<jar>/Users/mhaye/plat/tools/PackPartitions/dist/PackPartitions.jar</jar>
|
||||
<outfile>/Users/mhaye/virtual/PackPartitions.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
<chdir>.</chdir>
|
||||
<priority>normal</priority>
|
||||
<downloadUrl>http://java.com/download</downloadUrl>
|
||||
<supportUrl></supportUrl>
|
||||
<stayAlive>false</stayAlive>
|
||||
<restartOnCrash>false</restartOnCrash>
|
||||
<manifest></manifest>
|
||||
<icon></icon>
|
||||
<jre>
|
||||
<path>jdk-18</path>
|
||||
<bundledJre64Bit>false</bundledJre64Bit>
|
||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
||||
<minVersion></minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>jdkOnly</jdkPreference>
|
||||
<runtimeBits>64/32</runtimeBits>
|
||||
</jre>
|
||||
</launch4jConfig>
|
Loading…
x
Reference in New Issue
Block a user