~i2p.packages/i2p/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>1.7.0</minVersion>
  </jre>
  <!--
  <splash>
    <file>splash.bmp</file>
    <waitForWindow>true</waitForWindow>
    <timeout>60</timeout>
    <timeoutErr>true</timeoutErr>
  </splash>
  -->
</launch4jConfig>