Skip to content
Snippets Groups Projects
Commit aaef6a9e authored by GyDi's avatar GyDi
Browse files

chore: enable meta by default

parent 9327006e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
"icons/icon.ico"
],
"resources": ["resources"],
"externalBin": ["sidecar/clash"],
"externalBin": ["sidecar/clash", "sidecar/clash-meta"],
"copyright": "© 2022 zzzgydi All Rights Reserved",
"category": "DeveloperTool",
"shortDescription": "A Clash GUI based on tauri.",
......@@ -44,7 +44,10 @@
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
"timestampUrl": "",
"wix": {
"language": ["zh-CN", "en-US"]
}
}
},
"updater": {
......
......@@ -23,7 +23,8 @@ interface Props {
onError: (err: Error) => void;
}
const MULTI_CORE = !!import.meta.env.VITE_MULTI_CORE;
// const MULTI_CORE = !!import.meta.env.VITE_MULTI_CORE;
const MULTI_CORE = true;
const SettingClash = ({ onError }: Props) => {
const { t } = useTranslation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment