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", "name": "clash-verge",
"version": "0.0.3", "version": "0.0.4",
"license": "GPL-3.0", "license": "GPL-3.0",
"scripts": { "scripts": {
"dev": "cargo tauri dev", "dev": "cargo tauri dev",

View File

@ -1,7 +1,7 @@
{ {
"package": { "package": {
"productName": "clash-verge", "productName": "clash-verge",
"version": "0.0.3" "version": "0.0.4"
}, },
"build": { "build": {
"distDir": "../dist", "distDir": "../dist",
@ -25,12 +25,8 @@
"icons/icon.icns", "icons/icon.icns",
"icons/icon.ico" "icons/icon.ico"
], ],
"resources": [ "resources": ["resources"],
"resources" "externalBin": ["sidecar/clash"],
],
"externalBin": [
"sidecar/clash"
],
"copyright": "© 2021 zzzgydi All Rights Reserved", "copyright": "© 2021 zzzgydi All Rights Reserved",
"category": "DeveloperTool", "category": "DeveloperTool",
"shortDescription": "A Clash GUI based on tauri.", "shortDescription": "A Clash GUI based on tauri.",