We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
version: 0.13.4 os: win
package.json set the icon like this:
{ "main": "index.html", "name": "demo", "window": { "icon": "icon.png", "width": 799, "height": 799 } }
then open nw
the main window's icon is icon.png,but if i open the devtools, find its icon still was nwjs'icon.
So I wonder if there's any way to accomplish this? Every response will be appreciated, thank you.
The text was updated successfully, but these errors were encountered:
Will fix this with using the same icon.
Sorry, something went wrong.
bdffdeb
No branches or pull requests
version: 0.13.4
os: win
package.json set the icon like this:
then open nw
the main window's icon is icon.png,but if i open the devtools, find its icon still was nwjs'icon.
So I wonder if there's any way to accomplish this? Every response will be appreciated, thank you.
The text was updated successfully, but these errors were encountered: