Help build the Electron application for Window Stor.
I compiled a simple application for electron. I try according to instructions from the official site.
I run the command: electron-windows-store --input-directory C:\Brain ++ --output-directory C:\output\Brain ++ --flatten true --package-version 1.0.0.0 --package-name Brain ++
When assembling it asks the following questions:
? Did you download and install the Desktop App Converter? - I answer yes
? You need to install a development certificate in order to run your app. Would you like us to create one? - I answer yes
? Please enter the path to your Desktop App Converter (DesktopAppConverter.ps1): -how should I specify the path? I have Desktop App Converter installed as a store application.
? You need to install a development certificate in order to run your app. Would you like us to create one? - I answer yes
? Please enter your publisher identity: - What can I specify here?
? Please enter the location of your Windows Kit's bin folder: - what here to specify?
Give a detailed instruction or how to respond correctly.