Files
Archive/clash-verge-rev/src-tauri/tauri.linux.conf.json
2024-03-05 02:32:38 -08:00

15 lines
274 B
JSON

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