重新将托盘图标配置放到全局设置里面
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
},
|
},
|
||||||
"updater": {
|
"updater": {
|
||||||
"active": false
|
"active": false
|
||||||
|
},
|
||||||
|
"systemTray": {
|
||||||
|
"iconPath": "png/weread_512.png",
|
||||||
|
"iconAsTemplate": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
{
|
{
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"systemTray": {
|
|
||||||
"iconPath": "png/weread_512.png",
|
|
||||||
"iconAsTemplate": true
|
|
||||||
},
|
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": [
|
"icon": [
|
||||||
"png/weread_256.ico",
|
"png/weread_256.ico",
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
{
|
{
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"systemTray": {
|
|
||||||
"iconPath": "png/weread_256.ico",
|
|
||||||
"iconAsTemplate": true
|
|
||||||
},
|
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": [
|
"icon": [
|
||||||
"png/weread_256.ico",
|
"png/weread_256.ico",
|
||||||
|
|||||||
Reference in New Issue
Block a user