fix: sidecar dir
This commit is contained in:
parent
1e176c4316
commit
e737bb4cea
3 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,4 +5,3 @@ dist-ssr
|
|||
*.local
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
src-tauri/sidebar
|
||||
|
|
1
src-tauri/.gitignore
vendored
1
src-tauri/.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
/target/
|
||||
WixTools
|
||||
resources/Country.mmdb
|
||||
sidecar
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"icons/icon.ico"
|
||||
],
|
||||
"resources": ["resources"],
|
||||
"externalBin": ["sidebar/clash"],
|
||||
"externalBin": ["sidecar/clash"],
|
||||
"copyright": "",
|
||||
"category": "DeveloperTool",
|
||||
"shortDescription": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue