Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Dec 27, 2021
1 parent 14bda4f commit ac6abd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "0.0.3",
"version": "0.0.4",
"license": "GPL-3.0",
"scripts": {
"dev": "cargo tauri dev",
Expand Down
12 changes: 4 additions & 8 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "clash-verge",
"version": "0.0.3"
"version": "0.0.4"
},
"build": {
"distDir": "../dist",
Expand All @@ -25,12 +25,8 @@
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [
"resources"
],
"externalBin": [
"sidecar/clash"
],
"resources": ["resources"],
"externalBin": ["sidecar/clash"],
"copyright": "© 2021 zzzgydi All Rights Reserved",
"category": "DeveloperTool",
"shortDescription": "A Clash GUI based on tauri.",
Expand Down Expand Up @@ -76,4 +72,4 @@
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
}
}
}
}

0 comments on commit ac6abd8

Please sign in to comment.