mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
$$ for a literal $ in NSIS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37721 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
82ec2df760
commit
6ca9f04412
@ -84,7 +84,8 @@ Section -Configure
|
||||
# Append path prefix
|
||||
FileOpen $DistFile "$INSTDIR\Resources\lxrc.dist" a
|
||||
|
||||
StrCpy $PathPrefix "$LyXDir\bin;$LyXDir\python;$LyXDir\imagemagick;$LyXDir\ghostscript"
|
||||
# $$ represents a literal $ in an NSIS string
|
||||
StrCpy $PathPrefix "$$LyXDir\bin;$$LyXDir\python;$$LyXDir\imagemagick;$$LyXDir\ghostscript"
|
||||
|
||||
${If} $PathLaTeX != ""
|
||||
StrCpy $PathPrefix "$PathPrefix;$PathLaTeX"
|
||||
|
Loading…
Reference in New Issue
Block a user