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: docs/Options.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,9 +127,9 @@ See [NSIS target notes](https://github.com/electron-userland/electron-builder/wi
127
127
128
128
| Name | Description
129
129
| --- | ---
130
-
| perMachine | <aname="NsisOptions-perMachine"></a>Mark "all users" (per-machine) as default. Not recommended. Defaults to `false`.
131
-
| allowElevation | <aname="NsisOptions-allowElevation"></a>Allow requesting for elevation. If false, user will have to restart installer with elevated permissions. Defaults to `true`.
132
130
| oneClick | <aname="NsisOptions-oneClick"></a>One-click installation. Defaults to `true`.
131
+
| perMachine | <aname="NsisOptions-perMachine"></a>Install per all users (per-machine). Defaults to `false`.
132
+
| allowElevation | <aname="NsisOptions-allowElevation"></a>Allow requesting for elevation. If false, user will have to restart installer with elevated permissions. Defaults to `true`.
133
133
| installerHeader | <aname="NsisOptions-installerHeader"></a>*boring installer only.*`MUI_HEADERIMAGE`, relative to the project directory. Defaults to `build/installerHeader.bmp`
134
134
| installerHeaderIcon | <aname="NsisOptions-installerHeaderIcon"></a>*one-click installer only.* The path to header icon (above the progress bar), relative to the project directory. Defaults to `build/installerHeaderIcon.ico` or application icon.
0 commit comments