first commit
This commit is contained in:
parent
352e1653f8
commit
16a197e856
44 changed files with 5942 additions and 3 deletions
26
skel_exe/launch4j.xml
Normal file
26
skel_exe/launch4j.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!-- Paths are relative to this xml file -->
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>true</dontWrapJar>
|
||||
<headerType>console</headerType>
|
||||
<jar>./modman.jar</jar>
|
||||
<outfile>.\modman.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
<chdir>.</chdir>
|
||||
<priority>normal</priority>
|
||||
<downloadUrl>http://java.com/download</downloadUrl>
|
||||
<supportUrl></supportUrl>
|
||||
<customProcName>false</customProcName>
|
||||
<stayAlive>false</stayAlive>
|
||||
<icon></icon>
|
||||
<classPath>
|
||||
<mainClass>net.vhati.modmanager.FTLModManager</mainClass>
|
||||
<cp>modman.jar</cp>
|
||||
</classPath>
|
||||
<jre>
|
||||
<path></path>
|
||||
<minVersion>1.6.0</minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>preferJre</jdkPreference>
|
||||
</jre>
|
||||
</launch4jConfig>
|
Loading…
Add table
Add a link
Reference in a new issue