Changeset 7840 in josm for trunk/windows/josm.nsi


Ignore:
Timestamp:
2014-12-19T21:55:35+01:00 (10 years ago)
Author:
Don-vip
Message:

fix nsis script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/windows/josm.nsi

    r7838 r7840  
    6464
    6565!insertmacro MUI_PAGE_WELCOME
    66 !insertmacro MUI_PAGE_LICENSE "..\core\LICENSE"
     66!insertmacro MUI_PAGE_LICENSE "..\LICENSE"
    6767!insertmacro MUI_PAGE_COMPONENTS
    6868!insertmacro MUI_PAGE_DIRECTORY
     
    430430Delete "$APPDATA\JOSM\plugins\turnrestrictions\*.*"
    431431RMDir "$APPDATA\JOSM\plugins\turnrestrictions"
    432 Delete "$APPDATA\JOSM\plugins\openstreetbugs\*.*"
    433 RMDir "$APPDATA\JOSM\plugins\openstreetbugs"
    434432Delete "$APPDATA\JOSM\plugins\*.*"
    435433RMDir "$APPDATA\JOSM\plugins"
Note: See TracChangeset for help on using the changeset viewer.