Skip to content

Commit eb0306f

Browse files
committed
appveyor
1 parent c5b0716 commit eb0306f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/basicdsp_appveyor.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Section "Install BasicDSP (required)"
6060
SetOutPath $INSTDIR
6161

6262
; Put file there
63-
File "release\BasicDSP.exe"
63+
File "C:\projects\basicdsp\release\BasicDSP.exe"
6464
File "C:\Qt\5.11.1\msvc2017_64\bin\Qt5Core.dll"
6565
File "C:\Qt\5.11.1\msvc2017_64\bin\Qt5Gui.dll"
6666
File "C:\Qt\5.11.1\msvc2017_64\bin\Qt5Widgets.dll"

0 commit comments

Comments
 (0)