Ignore:
Timestamp:
2007-10-28T15:50:35+01:00 (17 years ago)
Author:
ulf
Message:

remove the need for a downloads dir, as we download nothing and get all files from the subversion directory directly

File:
1 edited

Legend:

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

    r5122 r5214  
    8383
    8484!insertmacro MUI_PAGE_WELCOME
    85 !insertmacro MUI_PAGE_LICENSE "downloads\LICENSE"
     85!insertmacro MUI_PAGE_LICENSE "..\core\LICENSE"
    8686!insertmacro MUI_PAGE_COMPONENTS
    8787;Page custom DisplayAdditionalTasksPage
     
    321321SetShellVarContext all
    322322SetOutPath $APPDATA\JOSM\plugins
    323 File "downloads\mappaint.jar"
     323File "..\plugins\dist\mappaint.jar"
    324324SectionEnd
    325325
     
    342342SetShellVarContext all
    343343SetOutPath $APPDATA\JOSM\plugins
    344 File "downloads\wmsplugin.jar"
     344File "..\plugins\dist\wmsplugin.jar"
    345345SectionEnd
    346346
     
    350350SetShellVarContext all
    351351SetOutPath $APPDATA\JOSM\plugins
    352 File "downloads\namefinder.jar"
     352File "..\plugins\dist\namefinder.jar"
    353353SectionEnd
    354354
     
    358358SetShellVarContext all
    359359SetOutPath $APPDATA\JOSM\plugins
    360 File "downloads\validator.jar"
     360File "..\plugins\dist\validator.jar"
    361361SectionEnd
    362362
Note: See TracChangeset for help on using the changeset viewer.