source: osm/applications/editors/josm/nsis/launch4j.xml@ 5157

Last change on this file since 5157 was 5119, checked in by ulf, 17 years ago

use slash instead of backslash, so it's working on Linux and Windows

File size: 518 bytes
Line 
1<launch4jConfig>
2 <dontWrapJar>false</dontWrapJar>
3 <headerType>0</headerType>
4 <jar>downloads/josm-latest.jar</jar>
5 <outfile>josm.exe</outfile>
6 <errTitle></errTitle>
7 <jarArgs></jarArgs>
8 <chdir></chdir>
9 <customProcName>false</customProcName>
10 <stayAlive>true</stayAlive>
11 <icon>logo.ico</icon>
12 <jre>
13 <path></path>
14 <minVersion>1.5.0</minVersion>
15 <maxVersion></maxVersion>
16 <initialHeapSize>0</initialHeapSize>
17 <maxHeapSize>0</maxHeapSize>
18 <args></args>
19 </jre>
20</launch4jConfig>
Note: See TracBrowser for help on using the repository browser.