Added !appendfile /RawNL switch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6580 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cd4363aca8
commit
d6d4da1bae
4 changed files with 24 additions and 18 deletions
|
@ -40,9 +40,9 @@ Causes the NSIS compiler to scan the given directory for plug-in DLLs. If you do
|
|||
|
||||
\# NOTE: \NsisOutputCharset define cannot be used in a \c block
|
||||
|
||||
\c [/CHARSET=ACP|OEM|CP#|UTF8[SIG]|UTF16<LE|BE>[BOM]] file text
|
||||
\c [/CHARSET=ACP|OEM|CP#|UTF8[SIG]|UTF16<LE|BE>[BOM]] [/RawNL] file text
|
||||
|
||||
Appends \e{text} to \e{file}. The text is written as ANSI (ACP) unless the file already has a BOM. Using /CHARSET will force a specific character encoding.
|
||||
Appends \e{text} to \e{file}. The text is written as ANSI (ACP) unless the file already has a BOM. Using /CHARSET will force a specific character encoding. \c{$\\n} will be translated to \c{$\\r$\\n} on Windows unless you specify /RawNL.
|
||||
|
||||
\c !tempfile FILE
|
||||
\c !appendfile "${FILE}" "XPStyle on$\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue