Conversation
|
This is a 1:1 copy from the wiki: |
rogerwang
left a comment
There was a problem hiding this comment.
Please change node-webkit to NW.js
Forgot to mention that... sry @rogerwang changed, but a few things i didn't because I don't know exactly if they're different nowadays ex: "\Microsoft\Windows\Start Menu\Programs\node-webkit.lnk" and "app-id": "com.node.webkit.notification.test" (At least I think I've changed, a few stuff on github are still a mistery to me) |
|
|
||
| ```javascript | ||
| var gui = require('nw.gui'); | ||
| gui.App.createShortcut(process.env.APPDATA + "\\Microsoft\\Windows\\Start Menu\\Programs\\node-webkit.lnk"); |
There was a problem hiding this comment.
createShortcut is was removed from the NW.js API in 0.13.0. So it is only needed in NW.js >=0.11.0 & <=0.12.3 on Windows 8+.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
No description provided.