Fix download roots on Windows 10

This commit is contained in:
Useful Stuffs 2024-02-14 17:00:01 +01:00 committed by GitHub
parent 16d0ff05dc
commit 91e4913234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -855,8 +855,7 @@ Function PreDownload
; General
Call DownloadWUA
${If} ${AtMostWin8.1}
${AndIf} ${SectionIsSelected} ${ROOTCERTS}
${If} ${SectionIsSelected} ${ROOTCERTS}
Call DownloadRoots
${EndIf}
FunctionEnd