From 5cb5d74eed704d623147d2d963e009e7d5b1dc69 Mon Sep 17 00:00:00 2001 From: GyDi Date: Fri, 18 Mar 2022 10:20:24 +0800 Subject: [PATCH] chore: rename temp dir --- scripts/check.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check.mjs b/scripts/check.mjs index aaef563..ad90f00 100644 --- a/scripts/check.mjs +++ b/scripts/check.mjs @@ -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");