Changeset 16239 in josm for trunk/native/windows/josm.nsi
- Timestamp:
- 2020-04-06T02:17:07+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/native/windows/josm.nsi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/native/windows/josm.nsi
r15915 r16239 64 64 65 65 !insertmacro MUI_PAGE_WELCOME 66 !insertmacro MUI_PAGE_LICENSE "..\LICENSE" 66 !insertmacro MUI_PAGE_LICENSE "..\..\LICENSE" 67 67 !insertmacro MUI_PAGE_COMPONENTS 68 68 !insertmacro MUI_PAGE_DIRECTORY … … 297 297 SetShellVarContext current 298 298 SetOutPath $APPDATA\JOSM\plugins 299 File "../../dist/imagery_offset_db.jar" 299 File "../../../dist/imagery_offset_db.jar" 300 300 StrCpy $plugins "$plugins<entry value='imagery_offset_db'/>" 301 301 SectionEnd … … 306 306 SetShellVarContext current 307 307 SetOutPath $APPDATA\JOSM\plugins 308 File "../../dist/turnrestrictions.jar" 308 File "../../../dist/turnrestrictions.jar" 309 309 StrCpy $plugins "$plugins<entry value='turnrestrictions'/>" 310 310 SectionEnd
Note:
See TracChangeset
for help on using the changeset viewer.
