fix(tray): resolve blank icon issue on Windows and optimize creation logic

This commit is contained in:
wonfen
2025-02-12 13:56:33 +08:00
parent 360d8a5143
commit 30d061d00f
3 changed files with 9 additions and 12 deletions

View File

@@ -19,12 +19,5 @@
"template": "./packages/windows/installer.nsi"
}
}
},
"app": {
"windows": [],
"trayIcon": {
"iconPath": "icons/tray-icon.ico",
"iconAsTemplate": true
}
}
}