Files
i2p.itoopie/installer/itoopiestandalone.xml

25 lines
591 B
XML
Raw Normal View History

<launch4jConfig>
<headerType>0</headerType>
<jar>../dist/itoopie.jar</jar>
<outfile>../dist/itoopie.exe</outfile>
<errTitle>itoopie</errTitle>
<chdir>.</chdir>
<customProcName>false</customProcName>
2011-08-04 11:22:21 +00:00
<icon>../resources/images/itoopie-128.ico</icon>
<jre>
<minVersion>1.8.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>