feat: Support different tray icon for linux

This commit is contained in:
MystiPanda
2023-12-09 11:03:19 +08:00
parent 15ab43963d
commit 9af1f90990
9 changed files with 66 additions and 45 deletions

View File

@@ -0,0 +1,13 @@
{
"tauri": {
"systemTray": {
"iconPath": "icons/tray-icon.png"
},
"bundle": {
"targets": ["deb", "appimage", "updater"],
"deb": {
"depends": ["openssl"]
}
}
}
}