Ignore:
Timestamp:
2014-08-11T02:02:24+02:00 (12 years ago)
Author:
donvip
Message:

[josm_nsis] see #josm5302 - prepare ground for 64-bit binaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/launch4j.xml

    r30517 r30580  
    11<launch4jConfig>
     2  <headerType>gui</headerType>
     3  <outfile>%TARGET%.exe</outfile>
     4  <jar>josm-tested.jar</jar>
    25  <dontWrapJar>true</dontWrapJar>
    3   <headerType>0</headerType>
    4   <jar>josm-tested.jar</jar>
    5   <outfile>josm.exe</outfile>
    66  <errTitle></errTitle>
     7  <downloadUrl>https://java.com/download</downloadUrl>
     8  <supportUrl></supportUrl>
    79  <cmdLine></cmdLine>
    810  <chdir></chdir>
    911  <priority>normal</priority>
    10   <downloadUrl>https://java.com/download</downloadUrl>
    11   <supportUrl></supportUrl>
    12   <customProcName>false</customProcName>
    1312  <stayAlive>true</stayAlive>
    1413  <icon>logo.ico</icon>
     
    1716    <minVersion>1.7.0</minVersion>
    1817    <maxVersion></maxVersion>
    19     <dontUsePrivateJres>false</dontUsePrivateJres>
    20     <initialHeapSize>128</initialHeapSize>
    21     <maxHeapSize>1024</maxHeapSize>
     18    <jdkPreference>preferJre</jdkPreference>
     19        <runtimeBits>%RTBITS%</runtimeBits>
     20    <initialHeapSize>%INIHEAP%</initialHeapSize>
     21    <maxHeapSize>%MAXHEAP%</maxHeapSize>
    2222  </jre>
     23  <versionInfo>
     24    <fileVersion>1.5.0.%VERSION%</fileVersion>
     25    <txtFileVersion>%VERSION%</txtFileVersion>
     26    <fileDescription>Java OpenStreetMap Editor</fileDescription>
     27    <copyright>GNU General Public License v2 or later</copyright>
     28    <productVersion>1.5.0.%VERSION%</productVersion>
     29    <txtProductVersion>%VERSION%</txtProductVersion>
     30    <productName>JOSM</productName>
     31    <companyName>OpenStreetMap</companyName>
     32    <internalName>%TARGET%</internalName>
     33    <originalFilename>%TARGET%.exe</originalFilename>
     34  </versionInfo>
    2335</launch4jConfig>
Note: See TracChangeset for help on using the changeset viewer.