Fix nightly build executable name

This commit is contained in:
Flavio Monteiro 2018-12-10 02:47:23 -02:00
parent 29165bbab5
commit 2d920748d2

View file

@ -73,7 +73,7 @@ goto :UPLOAD
:UNSTABLE_LABEL
echo "Unstable: build 7z package"
CD C:\MuseScore
RENAME C:\MuseScore\msvc.install_x64\bin\musescore.exe nightly.exe
RENAME C:\MuseScore\msvc.install_x64\bin\MuseScore3.exe nightly.exe
RENAME C:\MuseScore\msvc.install_x64 MuseScoreNightly
XCOPY C:\MuseScore\build\appveyor\special C:\MuseScore\MuseScoreNightly\special /I /E /Y /Q
COPY C:\MuseScore\build\appveyor\support\README.txt C:\MuseScore\MuseScoreNightly\README.txt /Y