拆分托盘图标配置

This commit is contained in:
Tlntin
2022-12-28 14:17:09 +08:00
parent 1d07d25193
commit b2d536364c
4 changed files with 9 additions and 5 deletions

View File

@@ -9,10 +9,6 @@
},
"updater": {
"active": false
},
"systemTray": {
"iconPath": "png/weread_512.png",
"iconAsTemplate": true
}
},
"build": {

View File

@@ -1,5 +1,9 @@
{
"tauri": {
"systemTray": {
"iconPath": "png/weread_512.png",
"iconAsTemplate": true
},
"bundle": {
"icon": [
"png/weread_256.ico",

View File

@@ -1,5 +1,9 @@
{
"tauri": {
"systemTray": {
"iconPath": "png/weread_256.ico",
"iconAsTemplate": true
},
"bundle": {
"icon": [
"png/weread_256.ico",