From b21f967a6a52a5723c79e6d4474fd4fe12963858 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 31 Mar 2025 16:31:07 +0900 Subject: [PATCH] Update bootstrap.bat --- bootstrap.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap.bat b/bootstrap.bat index 78c012d..6cc5f76 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -5,8 +5,7 @@ REM Source code available: https://github.com/gnh1201/welsonjs pushd %~dp0 :: Define variables -set BLOB_SAS_TOKEN=sp=r^&st=2025-03-27T07:49:26Z^&se=2035-03-27T15:49:26Z^&spr=https^&sv=2024-11-04^&sr=b^&sig=iQBsKk7lXwwdi0g2rY1KOD%%2Fi5zuG7PBlfGwmWaCJEBs%%3D -set TOOLKIT_URL="https://catswords.blob.core.windows.net/welsonjs/welsonjs_toolkit_latest.cab?%BLOB_SAS_TOKEN%" +set TOOLKIT_URL=https://catswords.blob.core.windows.net/welsonjs/welsonjs_toolkit_latest.cab set TOOLKIT_PATH=%APPDATA%\welsonjs\welsonjs_toolkit_latest.cab set TOOLKIT_EXTRACT_PATH=%APPDATA%\welsonjs set REGASM_PATH=%WINDIR%\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe