-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 (Squirrel) Start Menu Category Won't Change from Email Address #2024
Comments
And you don't want to change |
Package.json author I believe is following this format: https://docs.npmjs.com/files/package.json I have:
I would expect that to use |
We parse |
I have a two package.json structure, author is in |
Must be in the app package.json |
Oh ok! Lastly, that seems a bit odd since ALL of the other Why would this one feature use |
Because author belongs to your app, it is metadata. electron-builder configuration it is just build configuration, not metadata. Nevermind — now we check author in the dev metadata also :) |
You are not alone — #1881 |
|
I think it's just a little confusing. We could fix it by updating documentation too, sure, but the idea of 99% of the time updating |
Please try 19.27.6 |
Ok! What i the change? Is it just falling back to |
Yes, fallback to dev metadata. |
I thought by reading the documentation that
publisherName
was what I was missing, but no matter what I do, it seems to use my email frompackage.json
->author
field? I don't want my email to be the Start Menu Category.What am I missing? :)
The text was updated successfully, but these errors were encountered: