Project

General

Profile

« Previous | Next » 

Revision 85b75534

Added by Andreas Kohlbecker over 12 years ago

fixing path with whitespace

View differences:

src/main/installer/win32/setup.nsi
67 67
    SetOverwrite on
68 68
    File /r /x .svn /x *.log /x *.jar program-folder\*
69 69
    SetOutPath "$INSTDIR\lib"
70
    File ${JAR_FILE}
70
    File "${JAR_FILE}"
71 71
    # last but not least the .cdmLibrary folder unlesses it already exists
72 72
    SetOverwrite off
73 73
    SetOutPath $INSTDIR

Also available in: Unified diff