package.bat works from any directory

This commit is contained in:
PS 2024-02-10 12:55:03 -08:00
parent 61a079b0ae
commit 5bfb737720
1 changed files with 2 additions and 1 deletions

View File

@ -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