Changeset 18004 in osm
- Timestamp:
- 2009-10-07T09:58:57+02:00 (15 years ago)
- Location:
- applications/editors/josm/nsis
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup-unix.sh
r17706 r18004 44 44 export JOSM_BUILD="no" 45 45 export WEBKIT_DOWNLAD="no" 46 export JOSM_FILE="/var/www/josm.openstreetmap.de/download/josm-tested.jar" 46 47 else 47 48 svncorerevision=`svnversion ../core` … … 52 53 export JOSM_BUILD="yes" 53 54 export WEBKIT_DOWNLOAD="yes" 55 export JOSM_FILE="..\core\dist\josm-custom.jar" 54 56 fi 55 57 … … 87 89 fi 88 90 91 /bin/cp $JOSM_FILE josm-tested.jar 89 92 echo 90 93 echo "##################################################################" … … 110 113 # keep the intermediate file, for debugging 111 114 /bin/rm josm-intermediate.exe 2>/dev/null >/dev/null 115 /bin/rm -f josm-tested.jar 2>/dev/null >/dev/null 112 116 /bin/mv josm.exe josm-intermediate.exe 2>/dev/null >/dev/null -
applications/editors/josm/nsis/josm.nsi
r17700 r18004 288 288 SetOutPath $INSTDIR 289 289 File "josm.exe" 290 File " ..\core\dist\josm-custom.jar"290 File "josm-tested.jar" 291 291 292 292 ; XXX - should be provided/done by josm.jar itself and not here! … … 428 428 SetShellVarContext current 429 429 430 Delete "$INSTDIR\josm- custom.jar"430 Delete "$INSTDIR\josm-tested.jar" 431 431 IfErrors 0 NoJOSMErrorMsg 432 432 MessageBox MB_OK $(un.JOSM_IN_USE_ERROR) IDOK 0 ;skipped if josm.jar removed -
applications/editors/josm/nsis/launch4j.xml
r17700 r18004 2 2 <dontWrapJar>true</dontWrapJar> 3 3 <headerType>0</headerType> 4 <jar>josm- custom.jar</jar>4 <jar>josm-tested.jar</jar> 5 5 <outfile>josm.exe</outfile> 6 6 <errTitle></errTitle>
Note:
See TracChangeset
for help on using the changeset viewer.