Files
i2p.itoopie/installer/i2pstandalone.xml
jrandom dbd1f65864 2005-01-10 jrandom
* Added the per-post list of attachments/blogs/etc to the blog view in
      Syndie (though this does not yet include comments or some further
      refinements)
    * Have the I2P shortcut launch i2p.exe instead of i2psvc.exe on windows,
      removing the dox box (though also removes the restart functionality...)
    * Give the i2p.exe the correct java.library.path to support the systray
      dll (thanks Bobcat, Sugadude, anon!)
2006-01-10 06:59:07 +00:00

24 lines
737 B
XML

<launch4jConfig>
<headerType>0</headerType>
<jar>../build/launchi2p.jar</jar>
<outfile>../i2p.exe</outfile>
<errTitle>I2P</errTitle>
<chdir>.</chdir>
<customProcName>false</customProcName>
<icon>resources/start.ico</icon>
<jre>
<minVersion>1.4.0</minVersion>
<!--
<minHeapSize>64</minHeapSize>
<maxHeapSize>64</maxHeapSize>
-->
<args>-Djava.library.path=.;lib -DloggerFilenameOverride=logs/log-router-@.txt -Dorg.mortbay.http.Version.paranoid=true -Dorg.mortbay.util.FileResource.checkAliases=false</args>
</jre>
<splash>
<file>resources/i2plogo.bmp</file>
<waitForWindow>false</waitForWindow>
<timeout>10</timeout>
<timeoutErr>false</timeoutErr>
</splash>
</launch4jConfig>