Added --no-compiler-runtime command line option to windeployqt in qfceux appveyor build script. This will omit vc_redist_x64.exe from being included in the built zip file.

This commit is contained in:
mjbudd77 2021-02-27 09:30:34 -05:00
parent 194a2cfca2
commit c962e2bd43
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ msbuild /m fceux.sln /p:Configuration=Release
copy src\Release\fceux.exe bin\qfceux.exe
copy %SDL_INSTALL_PREFIX%\SDL2\lib\x64\SDL2.dll bin\.
windeployqt bin\qfceux.exe
windeployqt --no-compiler-runtime bin\qfceux.exe
dir bin