From c0a27efd8d0c8d80622255db2188439e6be31f5a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 27 Mar 2025 17:35:10 +0900 Subject: [PATCH] Update bootstrap.bat --- bootstrap.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap.bat b/bootstrap.bat index ac68003..78c012d 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -5,8 +5,9 @@ REM Source code available: https://github.com/gnh1201/welsonjs pushd %~dp0 :: Define variables -set TOOLKIT_URL=https://ics.catswords.net/welsonjs_toolkit.cab -set TOOLKIT_PATH=%APPDATA%\welsonjs\welsonjs_toolkit.cab +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_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 set LOCAL_TOOLKIT_DLL=bin\x86\WelsonJS.Toolkit.dll