mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-20 03:30:22 +00:00
[idd] nsis: fix syntax error in if statements
This commit is contained in:
@@ -123,7 +123,7 @@ FunctionEnd
|
|||||||
|
|
||||||
!macro CreateDriverRegKey
|
!macro CreateDriverRegKey
|
||||||
|
|
||||||
${If} ${RunningX64}
|
${If} ${RunningX64} == 1
|
||||||
SetRegView 64
|
SetRegView 64
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
@@ -138,7 +138,7 @@ FunctionEnd
|
|||||||
|
|
||||||
!macro RemoveDriverRegKey
|
!macro RemoveDriverRegKey
|
||||||
|
|
||||||
${If} ${RunningX64}
|
${If} ${RunningX64} == 1
|
||||||
SetRegView 64
|
SetRegView 64
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user