chore: 🤖 remove dirty words

This commit is contained in:
IWANABETHATGUY 2022-03-08 13:48:25 +08:00
parent 5565086054
commit 7fbee31a19
No known key found for this signature in database
GPG key ID: 5A2D3121B5F40BD2

View file

@ -47,7 +47,6 @@ async function resolveSidecar() {
const sidecarDir = path.join(cwd, "src-tauri", "sidecar");
const host = execSync("rustc -vV | grep host").toString().slice(6).trim();
console.log('fuck', host)
const ext = process.platform === "win32" ? ".exe" : "";
const sidecarFile = `clash-${host}${ext}`;
const sidecarPath = path.join(sidecarDir, sidecarFile);