chore: 🤖 remove dirty words
This commit is contained in:
parent
5565086054
commit
7fbee31a19
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue