Added support for creating an IzPack installer.

This commit is contained in:
dev
2011-07-21 09:46:25 +00:00
parent c3c01004bf
commit 4f6e5b3671
436 changed files with 15229 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<launch4jConfig>
<headerType>0</headerType>
<jar>../dist/itoopie.jar</jar>
<outfile>../dist/itoopie.exe</outfile>
<errTitle>itoopie</errTitle>
<chdir>.</chdir>
<customProcName>false</customProcName>
<icon>resources/start.ico</icon>
<jre>
<minVersion>1.5.0</minVersion>
<!--
<minHeapSize>64</minHeapSize>
-->
<maxHeapSize>256</maxHeapSize>
</jre>
<!--
<splash>
<file>resources/i2plogo.bmp</file>
<waitForWindow>false</waitForWindow>
<timeout>10</timeout>
<timeoutErr>false</timeoutErr>
</splash>
-->
</launch4jConfig>