fixed msys2 paths

This commit is contained in:
2025-10-18 13:08:46 -07:00
parent 503492b5e7
commit b18dc3f854
9 changed files with 17 additions and 13 deletions

View File

@@ -8,6 +8,6 @@ set ARG1=%~3
set ARG2=%~4
set ARG3=%~5
pushd "%~dp0%"
pushd "%~dp0"
call mingw64 -no-start ./deliver.sh "%DEST%" "%DIST%" "%ARG1%" "%ARG2%" "%ARG3%" 1 0 || exit 1
popd