123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "package": {
- "productName": "Clash Nyanpasu",
- "version": "1.3.7"
- },
- "build": {
- "distDir": "../dist",
- "devPath": "http://localhost:3000/",
- "beforeDevCommand": "pnpm run web:dev",
- "beforeBuildCommand": "pnpm run web:build"
- },
- "tauri": {
- "systemTray": {
- "iconPath": "icons/tray-icon.ico",
- "iconAsTemplate": true
- },
- "bundle": {
- "active": true,
- "targets": "all",
- "identifier": "moe.elaina.clash.nyanpasu",
- "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", "ru-RU"]
- }
- }
- },
- "updater": {
- "active": true,
- "endpoints": [
- "https://ghproxy.com/https://github.com/keiko233/clash-nyanpasu/releases/download/updater/update-proxy.json",
- "https://github.com/keiko233/clash-nyanpasu/releases/download/updater/update.json"
- ],
- "dialog": false,
- "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDlBMUM0NjMxREZCNDRGMjYKUldRbVQ3VGZNVVljbW43N0FlWjA4UkNrbTgxSWxSSXJQcExXNkZjUTlTQkIyYkJzL0tsSWF2d0cK"
- },
- "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';"
- }
- }
- }
|