-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Infer win32metadata from package.json/top-level options #667
Conversation
Was reading through this before you even summoned my review 👍 LGTM 🚢 |
Actually hold up a second, just checking something |
After a quick check of 30 of my installed applications on my Windows machine 27 of them set Perhaps it's worth reconsidering that default, not sure why but everyone else seems to be doing it 😕 (Even I'm doing it in GPMDP) |
Because on bloody windows |
Be aware that you must normalise version string according to *** MS Windows requirements, otherwise Squirrel.Windows will be not happy and it can lead to crash — electron-userland/electron-builder#1101 (comment) |
Per comments in #667.
If there aren't any more concerns about this PR, I'll merge it. |
Summarize your changes:
Closes #297.
Fixes #611.