UPDATED: electron-windows-store command line (#18499)
The `flatten` option has been removed from electron-windows-store dcc654df2e
so running the command would produce an error:
> error: unknwon option --flatten
This commit is contained in:
parent
d77159a19e
commit
d59689b170
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ and output directories, the app's name and version, and confirmation that
|
||||||
electron-windows-store `
|
electron-windows-store `
|
||||||
--input-directory C:\myelectronapp `
|
--input-directory C:\myelectronapp `
|
||||||
--output-directory C:\output\myelectronapp `
|
--output-directory C:\output\myelectronapp `
|
||||||
--flatten true `
|
|
||||||
--package-version 1.0.0.0 `
|
--package-version 1.0.0.0 `
|
||||||
--package-name myelectronapp
|
--package-name myelectronapp
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue