Changeset 16239 in josm for trunk/native/windows/josm.nsi


Ignore:
Timestamp:
2020-04-06T02:17:07+02:00 (4 years ago)
Author:
Don-vip
Message:

see #18845 - adapt relative paths in Windows installer scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/native/windows/josm.nsi

    r15915 r16239  
    6464
    6565!insertmacro MUI_PAGE_WELCOME
    66 !insertmacro MUI_PAGE_LICENSE "..\LICENSE"
     66!insertmacro MUI_PAGE_LICENSE "..\..\LICENSE"
    6767!insertmacro MUI_PAGE_COMPONENTS
    6868!insertmacro MUI_PAGE_DIRECTORY
     
    297297SetShellVarContext current
    298298SetOutPath $APPDATA\JOSM\plugins
    299 File "../../dist/imagery_offset_db.jar"
     299File "../../../dist/imagery_offset_db.jar"
    300300StrCpy $plugins "$plugins<entry value='imagery_offset_db'/>"
    301301SectionEnd
     
    306306SetShellVarContext current
    307307SetOutPath $APPDATA\JOSM\plugins
    308 File "../../dist/turnrestrictions.jar"
     308File "../../../dist/turnrestrictions.jar"
    309309StrCpy $plugins "$plugins<entry value='turnrestrictions'/>"
    310310SectionEnd
Note: See TracChangeset for help on using the changeset viewer.