Changeset 30517 in osm for applications/editors/josm/nsis
- Timestamp:
- 2014-07-10T18:33:10+02:00 (10 years ago)
- Location:
- applications/editors/josm/nsis
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/README.txt
r27240 r30517 36 36 1.) You will need to download and install the following on your machine: 37 37 - cygwin bash and wget 38 - launch4j - http://launch4j.sourceforge.net/ (currently 3. 0.1, older 2.x will NOT work!)38 - launch4j - http://launch4j.sourceforge.net/ (currently 3.4, older 2.x will NOT work!) 39 39 - NSIS - http://nsis.sourceforge.net/ (any recent version should do) 40 40 -
applications/editors/josm/nsis/josm.nsi
r30198 r30517 333 333 Section $(JOSM_SEC_DESKTOP_ICON) SecDesktopIcon 334 334 ;------------------------------------------- 335 ; SectionIn 1 2336 335 ; Create desktop icon 337 336 ; Desktop icon for a program should not be installed as default! … … 341 340 Section $(JOSM_SEC_QUICKLAUNCH_ICON) SecQuickLaunchIcon 342 341 ;------------------------------------------- 343 SectionIn 1 2 344 ; Create quick launch icon342 ; Create quick launch icon. Does not really exist as of Windows 7/8 but still advanced users use it. 343 ; Only disable it by default, see #10241 345 344 CreateShortCut "$QUICKLAUNCH\JOSM.lnk" "$INSTDIR\josm.exe" "" "$INSTDIR\josm.exe" 0 "" "" $(JOSM_LINK_TEXT) 346 345 SectionEnd -
applications/editors/josm/nsis/launch4j.xml
r22598 r30517 8 8 <chdir></chdir> 9 9 <priority>normal</priority> 10 <downloadUrl>http ://java.com/download</downloadUrl>10 <downloadUrl>https://java.com/download</downloadUrl> 11 11 <supportUrl></supportUrl> 12 12 <customProcName>false</customProcName> … … 15 15 <jre> 16 16 <path></path> 17 <minVersion>1. 6.0</minVersion>17 <minVersion>1.7.0</minVersion> 18 18 <maxVersion></maxVersion> 19 19 <dontUsePrivateJres>false</dontUsePrivateJres> 20 <initialHeapSize>1 6</initialHeapSize>21 <maxHeapSize> 512</maxHeapSize>20 <initialHeapSize>128</initialHeapSize> 21 <maxHeapSize>1024</maxHeapSize> 22 22 </jre> 23 23 </launch4jConfig>
Note:
See TracChangeset
for help on using the changeset viewer.