[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1580-g79350a5
[email protected] (Chris Liddell)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via 79350a5f0fc9514746f34ff0820f0b6a89f67117 (commit)
from 443e60cd379c3a8b5fca89b59280573b2c651e33 (commit)
----------------------------------------------------------------------
commit 79350a5f0fc9514746f34ff0820f0b6a89f67117
Author: Chris Liddell <[email protected]>
Date: Thu Aug 15 17:06:02 2019 +0100
Add -dNOSAFER for Windows installer cidfmap creation
diff --git a/psi/nsisinst.nsi b/psi/nsisinst.nsi
index bace177..b90dbcd 100644
--- a/psi/nsisinst.nsi
+++ b/psi/nsisinst.nsi
@@ -217,7 +217,7 @@ Function CJKGen
${StrRep} $0 "$FONTS" "\" "/"
${StrRep} $1 "$INSTDIR\lib\cidfmap" "\" "/"
${StrRep} $2 "$INSTDIR\lib\mkcidfm.ps" "\" "/"
- ExecWait '"$INSTDIR\bin\gswin${WINTYPE}c.exe" -q -dBATCH "-sFONTDIR=$0" "-sCIDFMAP=$1" "$2"'
+ ExecWait '"$INSTDIR\bin\gswin${WINTYPE}c.exe" -q -dNOSAFER -dBATCH "-sFONTDIR=$0" "-sCIDFMAP=$1" "$2"'
FunctionEnd
Function .onInit
Summary of changes:
psi/nsisinst.nsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)