Skip to content
Snippets Groups Projects
Unverified Commit 5cb5d74e authored by GyDi's avatar GyDi Committed by GitHub
Browse files

chore: rename temp dir

parent 6eee10d4
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ async function resolveWintun() {
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 wintunPath = path.join(tempDir, "wintun/bin/amd64/wintun.dll");
......
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