clash-verge-rev/src-tauri/tauri.linux.conf.json
2023-12-09 11:03:19 +08:00

14 lines
213 B
JSON

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