mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-03-29 09:50:25 +00:00
21 lines
478 B
XML
21 lines
478 B
XML
<launch4jConfig>
|
|
<headerType>0</headerType>
|
|
<jar>../install.jar</jar>
|
|
<outfile>../i2pinstall.exe</outfile>
|
|
<errTitle>I2P Installer</errTitle>
|
|
<chdir>.</chdir>
|
|
<customProcName>false</customProcName>
|
|
<icon>resources/console.ico</icon>
|
|
<jre>
|
|
<minVersion>17</minVersion>
|
|
</jre>
|
|
<!--
|
|
<splash>
|
|
<file>splash.bmp</file>
|
|
<waitForWindow>true</waitForWindow>
|
|
<timeout>60</timeout>
|
|
<timeoutErr>true</timeoutErr>
|
|
</splash>
|
|
-->
|
|
</launch4jConfig>
|