mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
{
|
|
"package": {
|
|
"productName": "Clash Verge",
|
|
"version": "1.3.0"
|
|
},
|
|
"build": {
|
|
"distDir": "../dist",
|
|
"devPath": "http://localhost:3000/",
|
|
"beforeDevCommand": "yarn run web:dev",
|
|
"beforeBuildCommand": "yarn run web:build"
|
|
},
|
|
"tauri": {
|
|
"systemTray": {
|
|
"iconPath": "icons/tray-icon.ico",
|
|
"iconAsTemplate": true
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "top.gydi.clashverge",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon-new.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"resources": ["resources"],
|
|
"externalBin": ["sidecar/clash", "sidecar/clash-meta"],
|
|
"copyright": "© 2022 zzzgydi All Rights Reserved",
|
|
"category": "DeveloperTool",
|
|
"shortDescription": "A Clash GUI based on tauri.",
|
|
"longDescription": "A Clash GUI based on tauri.",
|
|
"deb": {
|
|
"depends": ["openssl"]
|
|
},
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "",
|
|
"exceptionDomain": "",
|
|
"signingIdentity": null,
|
|
"entitlements": null
|
|
},
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": "",
|
|
"wix": {
|
|
"language": ["zh-CN", "en-US"]
|
|
}
|
|
}
|
|
},
|
|
"updater": {
|
|
"active": true,
|
|
"endpoints": [
|
|
"https://github.com/zzzgydi/clash-verge/releases/download/updater/update.json",
|
|
"https://hub.fastgit.xyz/zzzgydi/clash-verge/releases/download/updater/update-proxy.json"
|
|
],
|
|
"dialog": false,
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDExNUFBNTBBN0FDNEFBRTUKUldUbHFzUjZDcVZhRVRJM25NS3NkSFlFVElxUkNZMzZ6bHUwRVJjb2F3alJXVzRaeDdSaTA2YWYK"
|
|
},
|
|
"allowlist": {
|
|
"shell": {
|
|
"all": true
|
|
},
|
|
"window": {
|
|
"all": true
|
|
},
|
|
"process": {
|
|
"all": true
|
|
},
|
|
"globalShortcut": {
|
|
"all": true
|
|
}
|
|
},
|
|
"windows": [],
|
|
"security": {
|
|
"csp": "script-src 'unsafe-eval' 'self'; default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src data: 'self';"
|
|
}
|
|
}
|
|
}
|