[idd] nsis: fix syntax error in if statements

This commit is contained in:
Geoffrey McRae
2025-09-13 11:09:58 +10:00
parent 2c370847e7
commit 9220c85e85

View File

@@ -123,7 +123,7 @@ FunctionEnd
!macro CreateDriverRegKey
${If} ${RunningX64}
${If} ${RunningX64} == 1
SetRegView 64
${EndIf}
@@ -138,7 +138,7 @@ FunctionEnd
!macro RemoveDriverRegKey
${If} ${RunningX64}
${If} ${RunningX64} == 1
SetRegView 64
${EndIf}