我在与清单文件相同的DIR中尝试了64、32px、24px、16px FAVICON.png。没有运气。我还尝试了32位大小的ICO。
包.json
{ "main": "INDEX.html", "name": "cacluclator", "description": "NWJS SMART CALCULATOR", "version": "00.00.00", "keywords": [ "SMART CALCULATOR", "INSECURITY" ], "window": { "title": "SMART CALCULATOR", "icon": "FAVICON 32.png", "frame": false, "toolbar": true, "transparent": true, "position": "center", "height": 500, "min_height": 500, "max_height": 500, "width": 400, "min_width": 400, "max_width": 400 }, "webkit": { "plugin": true } }