-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add an option to set a start screen shortcut with a specific AppUserModelID #80
Comments
👍 |
Since 3.0 we support only Squirrel.Windows. |
Solution — http://nsis.sourceforge.net/WinShell_plug-in |
@develar Would I be correct in assuming that this hasn't been implemented and that native notifications will not work for Windows 8/8.1? |
@develar My bad, I was foolishly setting the Thanks for the great work, it really is an excellent piece of kit. |
Windows notification support was added to Electron in v0.35. To make notifications work on Windows 8/8.1, you need to add a shortcut to the start screen that contains the same AppUserModelID as the one you set in your app using
app.setAppUserModelId(id)
.NSIS apparently supports setting AppUserModelID:
http://nsis.sourceforge.net/ApplicationID_plug-in
It would be awesome if we support that, so people can actually use the notification support on Windows 8/8.1.
The text was updated successfully, but these errors were encountered: