mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
installer: fix infinite loop (fixes bug #8417)
This commit is contained in:
parent
4dd05e1f35
commit
fac3217c46
@ -73,7 +73,11 @@ Function MissingPrograms
|
||||
${if} ${RunningX64}
|
||||
${andif} $GhostscriptPath == ""
|
||||
StrCpy $3 0
|
||||
goto GSloop
|
||||
# we have to assure that we only repeat once and not forever
|
||||
${if} $4 != "32"
|
||||
StrCpy $4 "32"
|
||||
goto GSloop
|
||||
${endif}
|
||||
${endif}
|
||||
|
||||
# test if Python is installed
|
||||
|
Loading…
Reference in New Issue
Block a user