aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/appveyor.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/appveyor.bat b/scripts/appveyor.bat
index f6a20fd..6326e9e 100644
--- a/scripts/appveyor.bat
+++ b/scripts/appveyor.bat
@@ -8,7 +8,7 @@ set QTDIR=C:\Qt\5.12\msvc2017_64
set PATH=%PATH%;%QTDIR%\bin
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
-qmake Alee Audio Player.pro "CONFIG+=release"
+qmake "Alee Audio Player.pro" "CONFIG+=release"
nmake release
mkdir deploy
copy release\AleeAudioPlayer.exe deploy