This commit is contained in:
GyDi 2021-12-27 23:06:46 +08:00
parent e94007b21f
commit d927209db7

View File

@ -1,7 +1,7 @@
{ {
"package": { "package": {
"productName": "clash-verge", "productName": "clash-verge",
"version": "0.0.2" "version": "0.0.3"
}, },
"build": { "build": {
"distDir": "../dist", "distDir": "../dist",
@ -25,8 +25,12 @@
"icons/icon.icns", "icons/icon.icns",
"icons/icon.ico" "icons/icon.ico"
], ],
"resources": ["resources"], "resources": [
"externalBin": ["sidecar/clash"], "resources"
],
"externalBin": [
"sidecar/clash"
],
"copyright": "© 2021 zzzgydi All Rights Reserved", "copyright": "© 2021 zzzgydi All Rights Reserved",
"category": "DeveloperTool", "category": "DeveloperTool",
"shortDescription": "A Clash GUI based on tauri.", "shortDescription": "A Clash GUI based on tauri.",
@ -72,4 +76,4 @@
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'" "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
} }
} }
} }