拆分托盘图标配置

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

2
script/build.bat vendored
View File

@@ -50,7 +50,7 @@ for /f "skip=1 tokens=1-4 delims=," %%i in (app.csv) do (
::echo name is !name! !name_zh! !url!
:: replace url
.\script\sd.exe -s !old_url! !url! src-tauri\tauri.conf.json
.\script\sd.exe -s !old_url! !url! src-tauri\pake.json
::replace pacakge name
.\script\sd.exe !old_title! !title! src-tauri\tauri.conf.json
.\script\sd.exe !old_name! !name! src-tauri\tauri.windows.conf.json

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",