Changeset 11594 in osm
- Timestamp:
- 2008-11-01T16:24:14+01:00 (16 years ago)
- Location:
- applications/editors/josm/nsis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup-unix.sh
r11485 r11594 60 60 echo 61 61 echo "##################################################################" 62 echo "### create the josm-installer i-${VERSION}.exe with makensis"62 echo "### create the josm-installer-${VERSION}.exe with makensis" 63 63 # NSIS - http://nsis.sourceforge.net/Main_Page 64 64 # apt-get install nsis -
applications/editors/josm/nsis/josm.nsi
r8498 r11594 455 455 SetShellVarContext current 456 456 !include LogicLib.nsh 457 ${Switch} $LANGUAGE458 ${Case} ${LANG_GERMAN}459 File "..\dist\lang-de.jar"460 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator,lang-de"461 ${Break}462 ${Default}463 457 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator" 464 ${Break}465 ${EndSwitch}466 458 SectionEnd 467 459 … … 483 475 Delete "$INSTDIR\uninstall.exe" 484 476 Delete "$APPDATA\JOSM\plugins\wmsplugin.jar" 485 Delete "$APPDATA\JOSM\plugins\lang-de.jar"486 ;Delete "$APPDATA\JOSM\plugins\osmarender.jar"487 477 Delete "$APPDATA\JOSM\plugins\namefinder.jar" 488 478 Delete "$APPDATA\JOSM\plugins\validator.jar"
Note:
See TracChangeset
for help on using the changeset viewer.