Ignore:
Timestamp:
2008-11-01T16:24:14+01:00 (18 years ago)
Author:
joerg
Message:

remove lang-de from nsis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm.nsi

    r8498 r11594  
    455455SetShellVarContext current
    456456!include LogicLib.nsh
    457 ${Switch} $LANGUAGE
    458 ${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}
    463457${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator"
    464 ${Break}
    465 ${EndSwitch}
    466458SectionEnd
    467459
     
    483475Delete "$INSTDIR\uninstall.exe"
    484476Delete "$APPDATA\JOSM\plugins\wmsplugin.jar"
    485 Delete "$APPDATA\JOSM\plugins\lang-de.jar"
    486 ;Delete "$APPDATA\JOSM\plugins\osmarender.jar"
    487477Delete "$APPDATA\JOSM\plugins\namefinder.jar"
    488478Delete "$APPDATA\JOSM\plugins\validator.jar"
Note: See TracChangeset for help on using the changeset viewer.