This commit is contained in:
GyDi 2022-08-16 23:56:29 +08:00
parent 23ebeb1cc0
commit 73458dcd28
2 changed files with 7 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "1.0.4",
"version": "1.0.5",
"license": "GPL-3.0",
"scripts": {
"dev": "tauri dev",
@ -66,4 +66,4 @@
"singleQuote": false,
"endOfLine": "lf"
}
}
}

View File

@ -1,7 +1,7 @@
{
"package": {
"productName": "Clash Verge",
"version": "1.0.4"
"version": "1.0.5"
},
"build": {
"distDir": "../dist",
@ -25,13 +25,8 @@
"icons/icon-new.icns",
"icons/icon.ico"
],
"resources": [
"resources"
],
"externalBin": [
"sidecar/clash",
"sidecar/clash-meta"
],
"resources": ["resources"],
"externalBin": ["sidecar/clash", "sidecar/clash-meta"],
"copyright": "© 2022 zzzgydi All Rights Reserved",
"category": "DeveloperTool",
"shortDescription": "A Clash GUI based on tauri.",
@ -51,10 +46,7 @@
"digestAlgorithm": "sha256",
"timestampUrl": "",
"wix": {
"language": [
"zh-CN",
"en-US"
]
"language": ["zh-CN", "en-US"]
}
}
},
@ -95,4 +87,4 @@
"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';"
}
}
}
}