Ignore:
Timestamp:
2014-07-10T18:33:10+02:00 (12 years ago)
Author:
donvip
Message:

[josm_win_installer] fix #josm10241 - disable quicklaunch icon by default + need Java 7 minimum

File:
1 edited

Legend:

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

    r22598 r30517  
    88  <chdir></chdir>
    99  <priority>normal</priority>
    10   <downloadUrl>http://java.com/download</downloadUrl>
     10  <downloadUrl>https://java.com/download</downloadUrl>
    1111  <supportUrl></supportUrl>
    1212  <customProcName>false</customProcName>
     
    1515  <jre>
    1616    <path></path>
    17     <minVersion>1.6.0</minVersion>
     17    <minVersion>1.7.0</minVersion>
    1818    <maxVersion></maxVersion>
    1919    <dontUsePrivateJres>false</dontUsePrivateJres>
    20     <initialHeapSize>16</initialHeapSize>
    21     <maxHeapSize>512</maxHeapSize>
     20    <initialHeapSize>128</initialHeapSize>
     21    <maxHeapSize>1024</maxHeapSize>
    2222  </jre>
    2323</launch4jConfig>
Note: See TracChangeset for help on using the changeset viewer.