mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
chore: rename temp dir
This commit is contained in:
@@ -102,7 +102,7 @@ async function resolveWintun() {
|
|||||||
|
|
||||||
const url = "https://www.wintun.net/builds/wintun-0.14.1.zip";
|
const url = "https://www.wintun.net/builds/wintun-0.14.1.zip";
|
||||||
|
|
||||||
const tempDir = path.join(cwd, "pre-dev-temp");
|
const tempDir = path.join(cwd, "pre-dev-temp-1");
|
||||||
const tempZip = path.join(tempDir, "wintun.zip");
|
const tempZip = path.join(tempDir, "wintun.zip");
|
||||||
|
|
||||||
const wintunPath = path.join(tempDir, "wintun/bin/amd64/wintun.dll");
|
const wintunPath = path.join(tempDir, "wintun/bin/amd64/wintun.dll");
|
||||||
|
|||||||
Reference in New Issue
Block a user