From 0af2129fe3c1075d840523ea5ff09a819e9d34df Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Sun, 28 Sep 2025 14:43:59 +0000 Subject: [PATCH] Fix root certs on Windows 10 and higher --- setup/setup.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup.nsi b/setup/setup.nsi index 4086231..cc35d3a 100644 --- a/setup/setup.nsi +++ b/setup/setup.nsi @@ -860,7 +860,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}