mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
installer: default to LyX 2.1's LyXRC format
This commit is contained in:
parent
fb034884ac
commit
324b20f62a
@ -139,8 +139,8 @@ Section -Configure
|
||||
ClearErrors
|
||||
Delete "$INSTDIR\Resources\lyxrc.dist"
|
||||
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
|
||||
# set the format
|
||||
FileWrite $R1 'Format 1$\r$\n'
|
||||
# set the format to the latest LyXRC format
|
||||
FileWrite $R1 'Format 14$\r$\n'
|
||||
# set some general things
|
||||
FileWrite $R1 '\screen_zoom 120$\r$\n'
|
||||
${if} "$PathPrefix" != ""
|
||||
|
Loading…
Reference in New Issue
Block a user