You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: