From d87c01b57bd91727c56f4c393c60446b8410cf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 3 Apr 2025 11:15:33 +0200 Subject: [PATCH] skip angle fallback if binaries don't exist --- ci/win/build_installer_qt6.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/win/build_installer_qt6.iss b/ci/win/build_installer_qt6.iss index 3e8275a4..a19918d2 100644 --- a/ci/win/build_installer_qt6.iss +++ b/ci/win/build_installer_qt6.iss @@ -62,8 +62,8 @@ Source: Qt6Svg.dll; DestDir: {app} Source: Qt6ShaderTools.dll; DestDir: {app} ;Qt Angle -Source: opengl32sw.dll; DestDir: {app} -Source: D3Dcompiler_47.dll; DestDir: {app} +Source: opengl32sw.dll; DestDir: {app}; Flags: skipifsourcedoesntexist +Source: D3Dcompiler_47.dll; DestDir: {app}; Flags: skipifsourcedoesntexist ;Qt PlugIns Source:generic\*; DestDir: {app}\generic\