This commit is contained in:
GyDi 2021-12-28 01:48:25 +08:00
parent 14bda4f3a5
commit ac6abd81c9
2 changed files with 5 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "0.0.3",
"version": "0.0.4",
"license": "GPL-3.0",
"scripts": {
"dev": "cargo tauri dev",

View File

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