Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Store Config using Author field instead of my config #119

Closed
ahadcove opened this issue Jan 31, 2017 · 0 comments
Closed

Windows Store Config using Author field instead of my config #119

ahadcove opened this issue Jan 31, 2017 · 0 comments
Assignees
Labels
bug in pr make Bugs related to the `make` command

Comments

@ahadcove
Copy link

So after hours of research I found out that it’s forge that’s force passing in data to my config and that’s whats messing me up

So here’s whats going on Im trying to set my publisher name to what windows expects which is “CN=2D…-…-…”etc.

Now electron-windows-store has a config for publisherName and I have it set as the CN=...., but it’s overriding from my Forge package.json
if you look in their template under publisher they're looking for a ${publisherName}
https://github.com/felixrieseberg/electron-windows-store/blob/master/template/appxmanifest.xml

instead of using my publisherName that I pass inside my windows store config it’s taking in the author field in my package.json and ignoring my publisherName in the windows Store config

I tried to set author=”CN=2d…-..-.” but forge sends back in error saying these are not valid characters. So is there anything in forge that defaults to author field instead of letting me set publisherName directly? I tried to delete the author field, but forge brought up an error when trying to MAKE the appx because of the field not being there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug in pr make Bugs related to the `make` command
Projects
None yet
Development

No branches or pull requests

2 participants