mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-28 19:21:54 +00:00
[idd] nsis: fix syntax error in if statements
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user