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