From 5bfb7377201321d8827f5163414491beafd130a6 Mon Sep 17 00:00:00 2001 From: PS Date: Sat, 10 Feb 2024 12:55:03 -0800 Subject: [PATCH] package.bat works from any directory --- code/bin/package.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/bin/package.bat b/code/bin/package.bat index 3ac93361..13c37140 100644 --- a/code/bin/package.bat +++ b/code/bin/package.bat @@ -1,3 +1,4 @@ @echo off -call bin\build.bat /DPACKAGE_SUPER_X64 +SET mypath=%~dp0 +call %mypath:~0,-1%\build.bat /DPACKAGE_SUPER_X64