mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Win32-build, bug #11635, "2 lyx in same time?"
Patch from Eugene "Win installer part again, this time just append to existing lyxrc.dist instead of deleting it."
This commit is contained in:
parent
238f510702
commit
14316c7890
@ -162,10 +162,8 @@ Section -Configure
|
||||
|
||||
# Set the path prefix in lyxrc.dist
|
||||
ClearErrors
|
||||
Delete "$INSTDIR\Resources\lyxrc.dist"
|
||||
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
|
||||
# set the format to the latest LyXRC format
|
||||
FileWrite $R1 'Format 24$\r$\n'
|
||||
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" a
|
||||
FileSeek $R1 0 END
|
||||
# set some general things
|
||||
FileWrite $R1 '\screen_zoom 120$\r$\n'
|
||||
${if} "$PathPrefix" != ""
|
||||
|
Loading…
Reference in New Issue
Block a user