From d927209db786f40217e95ae9d2c17230d9e0bb68 Mon Sep 17 00:00:00 2001 From: GyDi Date: Mon, 27 Dec 2021 23:06:46 +0800 Subject: [PATCH] v0.0.3 --- src-tauri/tauri.conf.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4482ec2..66f47d4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "clash-verge", - "version": "0.0.2" + "version": "0.0.3" }, "build": { "distDir": "../dist", @@ -25,8 +25,12 @@ "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.", @@ -72,4 +76,4 @@ "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'" } } -} +} \ No newline at end of file