mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
fix appending of path prefix to lyxrc.dist
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37978 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c0c7729a83
commit
3fa21f5637
@ -83,6 +83,7 @@ Section -Configure
|
||||
|
||||
# Append path prefix
|
||||
FileOpen $DistFile "$INSTDIR\Resources\lyxrc.dist" a
|
||||
FileSeek $DistFile 0 END
|
||||
|
||||
# $$ represents a literal $ in an NSIS string
|
||||
StrCpy $PathPrefix "$$LyXDir\bin;$$LyXDir\python;$$LyXDir\imagemagick;$$LyXDir\ghostscript"
|
||||
|
Loading…
Reference in New Issue
Block a user