mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Wininstaller2, fix wrong logic
This commit is contained in:
parent
670d540fa6
commit
16d8141e5e
@ -265,9 +265,9 @@
|
|||||||
${Else}
|
${Else}
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
${EndIf}
|
${EndIf}
|
||||||
!if ${APP_ARCHITECTURE} <> 32
|
${If} ${RunningX64}
|
||||||
SetRegView ${APP_ARCHITECTURE}
|
SetRegView ${APP_ARCHITECTURE}
|
||||||
!endif
|
${EndIf}
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user