This commit is contained in:
GyDi 2022-07-17 17:56:07 +08:00
parent 65074264b8
commit 9b56233938
No known key found for this signature in database
GPG Key ID: 58B15242BA8277A6
2 changed files with 15 additions and 7 deletions

View File

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

View File

@ -1,7 +1,7 @@
{
"package": {
"productName": "Clash Verge",
"version": "1.0.3"
"version": "1.0.4"
},
"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"
]
}
}
},