You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Returns usage information for a specific command, or a list of all commands. Equ
120
120
121
121
Usage: `compile(script, options?, spawnOptions?)`
122
122
123
-
Compiles specified script with MakeNSIS. The script can be omitted in favor of the [`preExecute`](#preExecute) / [`postExecute`](#postExecute) options.
123
+
Compiles the specified script with MakeNSIS. The script can be omitted in favour of the [`preExecute`](#preExecute) / [`postExecute`](#postExecute) options.
124
124
125
125
#### headerInfo
126
126
@@ -144,7 +144,7 @@ Returns the path of `${NSISDIR}`.
144
144
145
145
Usage: `version(options?, spawnOptions?)`
146
146
147
-
Returns version of MakeNSIS. Equivalent of the `-VERSION` switch.
147
+
Returns the version of MakeNSIS. Equivalent of the `-VERSION` switch.
148
148
149
149
### Options
150
150
@@ -170,7 +170,7 @@ define: {
170
170
171
171
Type: `boolean`
172
172
173
-
Enables support for special environment variables, that will be passed on to the script as definitions.
173
+
Enables support for special environment variables that will be passed on to the script as definitions.
174
174
175
175
<details>
176
176
<summary><strong>Example</strong></summary>
@@ -259,7 +259,7 @@ Will only run the preprocessor and print the result to stdout. The safe version
259
259
260
260
Type: `string | string[]`
261
261
262
-
Prepends script-commands to the script, can be passed as array or multiline-string. Equivalent of the `-X` switch when used _before_ passing a script.
262
+
Prepends script-commands to the script, can be passed as an array or multilinestring. Equivalent of the `-X` switch when used _before_ passing a script.
0 commit comments