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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,11 @@ Here documented only `electron-builder` specific options:
41
41
| --- | ---
42
42
| <aclass="anchor"href="#AppMetadata-name"aria-hidden="true"></a>name | The application name.
43
43
| <aclass="anchor"href="#AppMetadata-productName"aria-hidden="true"></a>productName | <p>As [name](#AppMetadata-name), but allows you to specify a product name for your executable which contains spaces and other special characters not allowed in the [name property](https://docs.npmjs.com/files/package.json#name}).</p>
{name: "dist",type: Boolean,alias: "d",description: "Whether to package in a distributable format (e.g. DMG, windows installer, NuGet package)."},
21
21
{name: "publish",type: String,alias: "p",description: "Publish artifacts (to GitHub Releases): onTag (on tag push only) or onTagOrDraft (on tag push or if draft release exists)."},
22
22
{name: "platform",type: String,multiple: true,description: "darwin, linux, win32 or all. Current platform ("+process.platform+") by default."},
23
-
{name: "arch",type: String,description: "ia32, x64 or all (by default)."},
24
-
{name: "target",type: String,multiple: true,description: "Installer or package type. For win32: squirrel (default) or nsis (deprecated)."},
23
+
{name: "arch",type: String,description: "ia32, x64 or all. Defaults to architecture you're running on."},
24
+
{name: "target",type: String,multiple: true,description: "Installer or package type."},
25
25
{name: "sign",type: String},
26
26
{name: "help",alias: "h",type: Boolean,description: "Display this usage guide."}
0 commit comments