updated build system

This commit is contained in:
2024-07-09 11:42:30 -05:00
parent dfbe97988f
commit b6c020d35d
4 changed files with 11 additions and 7 deletions

View File

@ -5,7 +5,8 @@ setlocal
set DEST=%~1
set ARG1=%~2
set ARG2=%~3
set ARG3=%~4
pushd "%~dp0%"
call mingw64 -no-start ./make_package.sh "%DEST%" "x86_64" "%ARG1%" "%ARG2%" 1 0 || exit 1
call mingw64 -no-start ./make_package.sh "%DEST%" "%ARG1%" "%ARG2%" "%ARG3%" 1 0 || exit 1
popd