Browse Source

UPDATED: electron-windows-store command line (#18499)

The `flatten` option has been removed from electron-windows-store https://github.com/felixrieseberg/electron-windows-store/commit/dcc654df2ec2bb706dc4f1664aa4775ab320541e so running the command would produce an error:

> error: unknwon option --flatten
Nicolas Ramz 5 years ago
parent
commit
d59689b170
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/tutorial/windows-store-guide.md

+ 0 - 1
docs/tutorial/windows-store-guide.md

@@ -83,7 +83,6 @@ and output directories, the app's name and version, and confirmation that
 electron-windows-store `
     --input-directory C:\myelectronapp `
     --output-directory C:\output\myelectronapp `
-    --flatten true `
     --package-version 1.0.0.0 `
     --package-name myelectronapp
 ```