From 32f305347f16103fed138da0c83d36bfb24d8d5a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 1 Aug 2018 20:40:05 -0700 Subject: [PATCH] Bundle ANGLE libraries into the installer to load on hardware without good OpenGL support --- scripts/generate-installers.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/generate-installers.bat b/scripts/generate-installers.bat index ff80649b..3ca2a57b 100644 --- a/scripts/generate-installers.bat +++ b/scripts/generate-installers.bat @@ -67,8 +67,8 @@ echo Copying DLL dependencies copy %SOURCE_ROOT%\libs\windows\lib\%ARCH%\*.dll %DEPLOY_FOLDER% if !ERRORLEVEL! NEQ 0 goto Error -echo Deploying Qt dependencies -windeployqt.exe --dir %DEPLOY_FOLDER% --%BUILD_CONFIG% --qmldir %SOURCE_ROOT%\app\gui --no-angle --no-opengl-sw --no-compiler-runtime %BUILD_FOLDER%\app\%BUILD_CONFIG%\Moonlight.exe +echo Deploying Qt dependencies +windeployqt.exe --dir %DEPLOY_FOLDER% --%BUILD_CONFIG% --qmldir %SOURCE_ROOT%\app\gui --no-opengl-sw --no-compiler-runtime %BUILD_FOLDER%\app\%BUILD_CONFIG%\Moonlight.exe if !ERRORLEVEL! NEQ 0 goto Error echo Harvesting files for WiX