Skip to content

Commit

Permalink
Merge pull request #4360 from feikname-forks/fix-rename
Browse files Browse the repository at this point in the history
Windows: fix nightly build executable name
  • Loading branch information
anatoly-os committed Dec 10, 2018
2 parents 29165bb + 2d92074 commit a71c61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/appveyor/after_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a71c61c

Please sign in to comment.