electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
678 stars 86 forks source link

publisherName cli not recognized #66

Open ahadcove opened 7 years ago

ahadcove commented 7 years ago

So in the config, I do not see an option for publisherName. Windows developer portal keeps raising an issue that my app has the wrong publisherName. I am trying to set it, but it is nor taking it:

        "publisherName": "CN=2D...-....-...",

I see in the template there is an option for publisher name under the publisher field, but this is instead defaulting to my author field outside of the config. And the author field can not take in symbols, such as those https://github.com/felixrieseberg/electron-windows-store/blob/master/template/appxmanifest.xml

goodhyun commented 7 years ago

"CN=~~" is for "publisher" field in the .electron-windows-store setup file.

Usually you have to re-create a test certificate with this newly assigned publisher name.

Also check the manifest style here: https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-manual-conversion

mimigreg commented 7 years ago

electron-windows-store --input-directory d:\test ... --publisher cn=test ....
not working : AppxManifest.xml Identity@Publisher remain undefined.

Answering this question on interactive mode works like a charm

Version 0.10.2