From f2c532a889fb483d745e2c8f060c2104a32799bc Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 27 Feb 2025 06:51:02 +0100 Subject: [PATCH] config: disable AllowRepositoriesForOfflineInstaller See https://doc.qt.io/qtinstallerframework/ifw-globalconfig.html and https://github.com/qtproject/installer-framework/commit/bf5b701b10b2e2c8ddeba1485e87cd22053d488d and https://bugreports.qt.io/browse/QTIFW-3078 This doesn't look like a feature we need, and it used to be disabled, so disable it again. The code it guards seems related to #96, so maybe it helps there. --- qt-ifw/config/config.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/qt-ifw/config/config.xml b/qt-ifw/config/config.xml index 9f3726e..5e1ae27 100644 --- a/qt-ifw/config/config.xml +++ b/qt-ifw/config/config.xml @@ -17,4 +17,5 @@ false false false + false