lawless-legends/Platform/Apple/virtual/launch4j.cfg.xml
2023-08-13 08:29:54 -07:00

24 lines
744 B
XML

<?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</path>
<requiresJdk>true</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion></minVersion>
<maxVersion></maxVersion>
</jre>
</launch4jConfig>