aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-27 14:58:12 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-27 14:58:12 -0400
commitb9cf8dc3d2768568827e12953c51c2da7bfecff2 (patch)
tree18ceb9705495f07bd56afd4a17016746c3346d36 /scripts
parent732b399b12f890c81c0027ba4fa622b5f4cc9327 (diff)
downloaderable-godot-b9cf8dc3d2768568827e12953c51c2da7bfecff2.tar.gz
erable-godot-b9cf8dc3d2768568827e12953c51c2da7bfecff2.tar.bz2
erable-godot-b9cf8dc3d2768568827e12953c51c2da7bfecff2.zip
Fixed batch
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