Added Windows manifests and modman_admin.exe

This commit is contained in:
Vhati 2013-11-28 23:25:44 -05:00
parent 6259d32ac7
commit 8896cd8c68
9 changed files with 88 additions and 8 deletions

View file

@ -0,0 +1,27 @@
<!-- 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>
<manifest>normal.manifest</manifest>
<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>