From b9cf8dc3d2768568827e12953c51c2da7bfecff2 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 27 Jul 2020 14:58:12 -0400 Subject: Fixed batch --- scripts/appveyor.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3