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:
parent
194a2cfca2
commit
c962e2bd43
|
@ -41,7 +41,7 @@ msbuild /m fceux.sln /p:Configuration=Release
|
||||||
copy src\Release\fceux.exe bin\qfceux.exe
|
copy src\Release\fceux.exe bin\qfceux.exe
|
||||||
copy %SDL_INSTALL_PREFIX%\SDL2\lib\x64\SDL2.dll bin\.
|
copy %SDL_INSTALL_PREFIX%\SDL2\lib\x64\SDL2.dll bin\.
|
||||||
|
|
||||||
windeployqt bin\qfceux.exe
|
windeployqt --no-compiler-runtime bin\qfceux.exe
|
||||||
|
|
||||||
dir bin
|
dir bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue