Skip to content
Snippets Groups Projects
Unverified Commit 7b186673 authored by GyDi's avatar GyDi
Browse files

v1.1.0

parent eedc4ab6
No related branches found
No related tags found
No related merge requests found
{
"name": "clash-verge",
"version": "1.0.6",
"version": "1.1.0",
"license": "GPL-3.0",
"scripts": {
"dev": "tauri dev",
......@@ -67,4 +67,4 @@
"singleQuote": false,
"endOfLine": "lf"
}
}
}
\ No newline at end of file
{
"package": {
"productName": "Clash Verge",
"version": "1.0.6"
"version": "1.1.0"
},
"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"
]
}
}
},
......@@ -91,4 +99,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';"
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment