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
describe: "The target arch (preferred to use --x64 or --ia32)",
288
+
description: "The target arch (preferred to use --x64 or --ia32)",
293
289
choices: ["ia32","x64","all",<any>undefined],
294
290
})
295
291
.option("extraMetadata",{
296
292
alias: ["em"],
297
293
group: buildGroup,
298
-
describe: "Inject properties to package.json (asar only)",
294
+
description: "Inject properties to package.json (asar only)",
299
295
})
300
296
.option("prepackaged",{
301
297
alias: ["pd"],
302
298
group: buildGroup,
303
-
describe: "The path to prepackaged app (to pack in a distributable format)",
299
+
description: "The path to prepackaged app (to pack in a distributable format)",
304
300
})
305
301
.option("projectDir",{
306
302
alias: ["project"],
307
303
group: buildGroup,
308
-
describe: "The path to project directory. Defaults to current working directory.",
304
+
description: "The path to project directory. Defaults to current working directory.",
309
305
})
310
306
.option("config",{
311
307
alias: ["c"],
312
308
group: buildGroup,
313
-
describe: "The path to an electron-builder config. Defaults to `electron-builder.yml` (or `json`, or `json5`), see "+underline("https://goo.gl/YFRJOM"),
309
+
description: "The path to an electron-builder config. Defaults to `electron-builder.yml` (or `json`, or `json5`), see "+underline("https://goo.gl/YFRJOM"),
314
310
})
315
311
.group(["help","version"],"Other:")
316
312
.example("electron-builder -mwl","build for macOS, Windows and Linux")
317
313
.example("electron-builder --linux deb tar.xz","build deb and tar.xz for Linux")
318
314
.example("electron-builder --win --ia32","build for Windows ia32")
319
315
.example("electron-builder --em.foo=bar","set package.json property `foo` to `bar`")
320
316
.example("electron-builder --config.nsis.unicode=false","configure unicode options for NSIS")
message: `Update available ${dim(notifier.update.current)}${reset(" → ")}${green(notifier.update.latest)} \nRun ${cyan("npm i electron-builder --save-dev")} to update`
0 commit comments