We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b0716 commit eb0306fCopy full SHA for eb0306f
installer/basicdsp_appveyor.nsi
@@ -60,7 +60,7 @@ Section "Install BasicDSP (required)"
60
SetOutPath $INSTDIR
61
62
; Put file there
63
- File "release\BasicDSP.exe"
+ File "C:\projects\basicdsp\release\BasicDSP.exe"
64
File "C:\Qt\5.11.1\msvc2017_64\bin\Qt5Core.dll"
65
File "C:\Qt\5.11.1\msvc2017_64\bin\Qt5Gui.dll"
66
File "C:\Qt\5.11.1\msvc2017_64\bin\Qt5Widgets.dll"
0 commit comments