From 93b8d58a77a1110768c047a216bb56327131c48a Mon Sep 17 00:00:00 2001 From: Nicolas Ramz Date: Wed, 29 May 2019 08:56:27 +0200 Subject: [PATCH] UPDATED: electron-windows-store command line 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 --- docs/tutorial/windows-store-guide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorial/windows-store-guide.md b/docs/tutorial/windows-store-guide.md index 1e500b88da84d..97d21b14c779a 100644 --- a/docs/tutorial/windows-store-guide.md +++ b/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 ```