From 02a1f94ec4cbf040bcbf92d10702fc0a56a791ee Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Sun, 28 Sep 2025 14:02:27 +0000 Subject: [PATCH] Do not update root certificates on Windows 10+ --- setup/setup.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup.nsi b/setup/setup.nsi index aa648be..51ee767 100644 --- a/setup/setup.nsi +++ b/setup/setup.nsi @@ -850,7 +850,7 @@ Function .onInit ; Try not to be too intrusive on Windows 10 and newer, which are (for now) fine ${If} ${AtLeastWin10} - ;!insertmacro RemoveSection ${ROOTCERTS} + !insertmacro RemoveSection ${ROOTCERTS} ${EndIf} ${IfNot} ${AtLeastWin7}