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
Would it be possible to change the name of the app in the Windows Notifications, as it currently says 'Node.js Runtime Environment'?
Doesn't look like it's currently possible with any existing attribute in a .update() command.
Even if it's not, I wanna give @simonbuchan props for a really great package that's saved me a lot of issues verses some of the alternatives!
The text was updated successfully, but these errors were encountered:
Windows is getting this from your exe resources, so you should be able to use a package like rcedit.
As far as I know, the existing API I'm using has no method to "register" the notification and provide information like that, but perhaps the newer one does? But last I checked, I think that was Windows Store apps only. (I do need to get around to checking that again though)
Would it be possible to change the name of the app in the Windows Notifications, as it currently says 'Node.js Runtime Environment'?
Doesn't look like it's currently possible with any existing attribute in a .update() command.
Even if it's not, I wanna give @simonbuchan props for a really great package that's saved me a lot of issues verses some of the alternatives!
The text was updated successfully, but these errors were encountered: