Windows installer: Bump preferences format

This commit is contained in:
Vincent van Ravesteijn 2014-03-20 08:13:26 +01:00
parent 23a28e78a8
commit 9abb18e503

View File

@ -144,7 +144,7 @@ Section -Configure
Delete "$INSTDIR\Resources\lyxrc.dist" Delete "$INSTDIR\Resources\lyxrc.dist"
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
# set the format to the latest LyXRC format # set the format to the latest LyXRC format
FileWrite $R1 'Format 14$\r$\n' FileWrite $R1 'Format 15$\r$\n'
# set some general things # set some general things
FileWrite $R1 '\screen_zoom 120$\r$\n' FileWrite $R1 '\screen_zoom 120$\r$\n'
${if} "$PathPrefix" != "" ${if} "$PathPrefix" != ""