aboutsummaryrefslogtreecommitdiff
path: root/scripts/appveyor.bat
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/appveyor.bat')
-rw-r--r--scripts/appveyor.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/appveyor.bat b/scripts/appveyor.bat
index 7d3c32f..6326e9e 100644
--- a/scripts/appveyor.bat
+++ b/scripts/appveyor.bat
@@ -8,9 +8,9 @@ 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\AleePlayer.exe deploy
+copy release\AleeAudioPlayer.exe deploy
cd deploy
-windeployqt AleePlayer.exe -multimedia
+windeployqt AleeAudioPlayer.exe -multimedia