From: Vincent van Ravesteijn Date: Wed, 19 Mar 2014 22:08:07 +0000 (+0100) Subject: Windows installer: Fix file format entry for Lilypond-book X-Git-Tag: 2.1.0rc1~18 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=912d4a7c61724c52a05469389d1b8dc26e866f70;p=features.git Windows installer: Fix file format entry for Lilypond-book In preferences format 7, a mime format is added to the format entry in the preferences file. If this entry does not exist, LyX cannot read the entry. --- diff --git a/development/Win32/packaging/installer/setup/configure.nsh b/development/Win32/packaging/installer/setup/configure.nsh index c4de7cde6e..2e8bd7c69c 100644 --- a/development/Win32/packaging/installer/setup/configure.nsh +++ b/development/Win32/packaging/installer/setup/configure.nsh @@ -166,7 +166,7 @@ Section -Configure # we need to add these entris because python scripts can only be executed # if the full path is given ${if} $LilyPondPath != "" - FileWrite $R1 '\format "lilypond-book" "lytex" "LilyPond book (LaTeX)" "" "" "auto" "document,menu=export"$\r$\n\ + FileWrite $R1 '\format "lilypond-book" "lytex" "LilyPond book (LaTeX)" "" "" "auto" "document,menu=export" ""$\r$\n\ \converter "lilypond-book" "pdflatex" "python \"$LilyPondPath\\lilypond-book.py\" --safe --pdf --latex-program=pdflatex --lily-output-dir=ly-pdf $$$$i" ""$\r$\n\ \converter "lilypond-book" "xetex" "python \"$LilyPondPath\\lilypond-book.py\" --safe --pdf --latex-program=xelatex --lily-output-dir=ly-pdf $$$$i" ""$\r$\n\ \converter "lilypond-book" "luatex" "python \"$LilyPondPath\\lilypond-book.py\" --safe --pdf --latex-program=lualatex --lily-output-dir=ly-pdf $$$$i" ""$\r$\n\