mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
* one click forge.jar creation with forge.jardesk for eclipse (right click then from menu select create JAR)
22 lines
597 B
XML
22 lines
597 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>
|
|
</jre>
|
|
</launch4jConfig> |