-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
How to rename my nw app in Windows Task Manager #2160
Comments
Two different interfaces are called “Task Manager” in Windows 7. One of them is invoked by Alt+Tab to switch between tasks. A mere change of the document's title ( The other is invoked by Alt+Ctrl+Del and then |
This should be working with latest version now. In 0.13 we changed to an optimized architecture so more features can be supported, see http://nwjs.io/blog/whats-new-in-0.13/ and it's good for keeping up with Chromium upstream -- we released with Node.js v6.0 and new Chromium versions within 1 day after upstream release. The new version would fixed many issues reported here and we're scrubbing them. This issue is closed as we believe it should be fixed. Please leave a message if it isn't and we'll reopen it. |
Fix nwutils#196 Fix nwutils#315 See - nwjs/nw.js#5809 - nwjs/nw.js#5807 - nwjs/nw.js#4293 - nwjs/nw.js#2160 - nwjs/nw.js#5829 Allows you to edit the version string of the resultant Windows executable. These can be easily viewed in Properties -> Details, http://i.imgur.com/oqyRwaa.png Fix issue where the process showed up as `nwjs` in Windows. Now defaults to the `options.appName`
Fix #196 Fix #315 See - nwjs/nw.js#5809 - nwjs/nw.js#5807 - nwjs/nw.js#4293 - nwjs/nw.js#2160 - nwjs/nw.js#5829 Allows you to edit the version string of the resultant Windows executable. These can be easily viewed in Properties -> Details, http://i.imgur.com/oqyRwaa.png Fix issue where the process showed up as `nwjs` in Windows. Now defaults to the `options.appName`
For now my node-webkit app is start with a nw.exe, so my app is named with this file name (nw.exe) in windows Taskmanager.
How can i change the application name/Product name
please help.
@Mithgol
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: