mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
23 lines
633 B
XML
23 lines
633 B
XML
<launch4jConfig>
|
|
<dontWrapJar>true</dontWrapJar>
|
|
<headerType>gui</headerType>
|
|
<jar>forge.jar</jar>
|
|
<outfile>../forge.exe</outfile>
|
|
<errTitle></errTitle>
|
|
<cmdLine></cmdLine>
|
|
<chdir></chdir>
|
|
<priority>normal</priority>
|
|
<downloadUrl>http://java.com/download</downloadUrl>
|
|
<supportUrl></supportUrl>
|
|
<customProcName>true</customProcName>
|
|
<stayAlive>false</stayAlive>
|
|
<manifest></manifest>
|
|
<icon>forge.ico</icon>
|
|
<jre>
|
|
<path></path>
|
|
<minVersion>1.6.0</minVersion>
|
|
<maxVersion></maxVersion>
|
|
<jdkPreference>preferJre</jdkPreference>
|
|
<maxHeapSize>1024</maxHeapSize>
|
|
</jre>
|
|
</launch4jConfig> |