Ignore:
Timestamp:
2009-10-07T09:58:57+02:00 (15 years ago)
Author:
stoecker
Message:

build fixes

File:
1 edited

Legend:

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

    r17700 r18004  
    288288SetOutPath $INSTDIR
    289289File "josm.exe"
    290 File "..\core\dist\josm-custom.jar"
     290File "josm-tested.jar"
    291291
    292292; XXX - should be provided/done by josm.jar itself and not here!
     
    428428SetShellVarContext current
    429429
    430 Delete "$INSTDIR\josm-custom.jar"
     430Delete "$INSTDIR\josm-tested.jar"
    431431IfErrors 0 NoJOSMErrorMsg
    432432        MessageBox MB_OK $(un.JOSM_IN_USE_ERROR) IDOK 0 ;skipped if josm.jar removed
Note: See TracChangeset for help on using the changeset viewer.