소스 검색

chore: rename temp dir

GyDi 3 년 전
부모
커밋
5cb5d74eed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/check.mjs

+ 1 - 1
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");