Merge branch 'master' into development

This commit is contained in:
DRSDavidSoft 2024-05-23 18:29:27 +00:00
commit 92c662de2f

View File

@ -55,6 +55,7 @@ exit /b
set "GIT_VERSION=%%C" set "GIT_VERSION=%%C"
) else ( ) else (
echo "'git --version' returned an improper version string!" echo "'git --version' returned an improper version string!"
echo "executable: %git_executable%"
pause pause
exit /b exit /b
) )