12345678910111213141516 |
- {
- "$schema": "../node_modules/@tauri-apps/cli/schema.json",
- "tauri": {
- "systemTray": {
- "iconPath": "icons/tray-icon.ico"
- },
- "bundle": {
- "identifier": "io.github.clash-verge-rev.clash-verge-rev",
- "targets": ["deb", "appimage", "updater"],
- "deb": {
- "depends": ["openssl"],
- "desktopTemplate": "./template/clash-verge.desktop"
- }
- }
- }
- }
|