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

Last change on this file since 3772 was 2601, checked in by ulf, 17 years ago

very first (alpha) version of an osm Win32 installer

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.