mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
14 lines
213 B
JSON
14 lines
213 B
JSON
{
|
|
"tauri": {
|
|
"systemTray": {
|
|
"iconPath": "icons/tray-icon.png"
|
|
},
|
|
"bundle": {
|
|
"targets": ["deb", "appimage", "updater"],
|
|
"deb": {
|
|
"depends": ["openssl"]
|
|
}
|
|
}
|
|
}
|
|
}
|