aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-27 14:55:40 -0400
committerGitHub <noreply@github.com>2020-07-27 14:55:40 -0400
commit0c828c6b1d68cb4a76a2c77afd810aa105aa895f (patch)
tree29a3b7b201c0e9d1336d9f984f8d7773d0f440de /scripts
parent4978e2fcfda52df40f48dc7691a68aedc2f56987 (diff)
downloaderable-godot-0c828c6b1d68cb4a76a2c77afd810aa105aa895f.tar.gz
erable-godot-0c828c6b1d68cb4a76a2c77afd810aa105aa895f.tar.bz2
erable-godot-0c828c6b1d68cb4a76a2c77afd810aa105aa895f.zip
Update appveyor.bat
Diffstat (limited to 'scripts')
-rw-r--r--scripts/appveyor.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/appveyor.bat b/scripts/appveyor.bat
index 7d3c32f..3900cc6 100644
--- a/scripts/appveyor.bat
+++ b/scripts/appveyor.bat
@@ -11,6 +11,6 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary
qmake AleePlayer.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