This commit is contained in:
GyDi 2022-10-11 23:03:12 +08:00
parent 48f3a934c9
commit 30ef3057ac
No known key found for this signature in database
GPG Key ID: 58B15242BA8277A6
2 changed files with 14 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "1.1.0",
"version": "1.1.1",
"license": "GPL-3.0",
"scripts": {
"dev": "tauri dev",

View File

@ -1,7 +1,7 @@
{
"package": {
"productName": "Clash Verge",
"version": "1.1.0"
"version": "1.1.1"
},
"build": {
"distDir": "../dist",
@ -25,8 +25,13 @@
"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.",
@ -46,7 +51,10 @@
"digestAlgorithm": "sha256",
"timestampUrl": "",
"wix": {
"language": ["zh-CN", "en-US"]
"language": [
"zh-CN",
"en-US"
]
}
}
},