chore: rm file

This commit is contained in:
GyDi 2022-05-30 00:58:48 +08:00
parent 5225c841ae
commit 9327006e61
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084
2 changed files with 1 additions and 9 deletions

View File

@ -4,7 +4,7 @@
"license": "GPL-3.0",
"scripts": {
"dev": "tauri dev",
"dev:diff": "tauri dev -f verge-dev -c src-tauri/tauri.diff.json",
"dev:diff": "tauri dev -f verge-dev -c src-tauri/tauri.alpha.json",
"dev:core": "cross-env VITE_MULTI_CORE=1 yarn dev:diff",
"build": "tauri build",
"build:meta": "cross-env VITE_MULTI_CORE=1 tauri build -c src-tauri/tauri.meta.json",

View File

@ -1,8 +0,0 @@
{
"tauri": {
"bundle": {
"identifier": "top.gydi.clashverge.dev",
"externalBin": ["sidecar/clash", "sidecar/clash-meta"]
}
}
}