clash-verge-rev/src-tauri/tauri.linux.conf.json

15 lines
265 B
JSON

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