From 732b399b12f890c81c0027ba4fa622b5f4cc9327 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 27 Jul 2020 14:56:34 -0400 Subject: Update appveyor.bat --- scripts/appveyor.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/appveyor.bat b/scripts/appveyor.bat index 3900cc6..f6a20fd 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 AleePlayer.pro "CONFIG+=release" +qmake Alee Audio Player.pro "CONFIG+=release" nmake release mkdir deploy copy release\AleeAudioPlayer.exe deploy -- cgit v1.2.3