[LyX/master] Wininstaller2: Imagemagick should be able to find ghostscript binaries
Eugene Chornyi
yu_jin at lyx.org
Sat Oct 31 09:47:11 UTC 2020
commit f0fdf5ebb369341ec6343c7c0f358529e0d11861
Author: Eugene Chornyi <yu_jin at lyx.org>
Date: Sat Oct 31 11:14:53 2020 +0100
Wininstaller2: Imagemagick should be able to find ghostscript binaries
---
.../Win32/packaging/installer2/src/main.nsh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/development/Win32/packaging/installer2/src/main.nsh b/development/Win32/packaging/installer2/src/main.nsh
index e39cdfb..bb19cf9 100644
--- a/development/Win32/packaging/installer2/src/main.nsh
+++ b/development/Win32/packaging/installer2/src/main.nsh
@@ -707,7 +707,7 @@ Section -LyxrcDist
FileSeek $R0 0 END
# set some general things
FileWrite $R0 '\screen_zoom 120$\r$\n'
- FileWrite $R0 '\path_prefix "$LatexPath;$$LyXDir\bin;$$LyXDir\Python;$$LyXDir\Python\Lib;$$LyXDir\imagemagick;$$LyXDir\ghostscript'
+ FileWrite $R0 '\path_prefix "$LatexPath;$$LyXDir\bin;$$LyXDir\Python;$$LyXDir\Python\Lib;$$LyXDir\imagemagick;$$LyXDir\ghostscript\bin'
# Do not overwrite $R0 in this Section!!!
# =======================================
More information about the lyx-cvs
mailing list