From aece3ba9e68c96e6d03ab1c6348b43291a22993c Mon Sep 17 00:00:00 2001 From: EmptyWork <22065214+EmptyWork@users.noreply.github.com> Date: Mon, 7 Jul 2025 19:04:52 +0900 Subject: [PATCH] =?UTF-8?q?update:=20`bin*.bat`=20=E2=80=94=20support=20al?= =?UTF-8?q?ias=20with=20path=20ref?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ewtools.bat | 3 ++- ewtools.class.bat | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ewtools.bat b/ewtools.bat index 1e3b0ed..cd8f9a7 100644 --- a/ewtools.bat +++ b/ewtools.bat @@ -1,2 +1,3 @@ @echo off -node ./bin/ewTools.js %* \ No newline at end of file +set SCRIPT_DIR=%~dp0 +node %SCRIPT_DIR%/bin/ewTools.js %* \ No newline at end of file diff --git a/ewtools.class.bat b/ewtools.class.bat index 8b3e155..122f965 100644 --- a/ewtools.class.bat +++ b/ewtools.class.bat @@ -1,2 +1,3 @@ @echo off -node ./bin/ewTools.class.js %* \ No newline at end of file +set SCRIPT_DIR=%~dp0 +node %SCRIPT_DIR%/bin/ewTools.class.js %* \ No newline at end of file