Skip to content

Commit

Permalink
windows_package: Update MinGit version
Browse files Browse the repository at this point in the history
New version fixes non-ascii path problem.
However, paths containing spaces still do not work.
(it's a batch file problem)
  • Loading branch information
nagadomi committed Jul 24, 2024
1 parent 2b4db77 commit 6d041e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows_package/update.bat
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ exit /b 0
echo Install MinGit...

setlocal
set MINGIT_URL=https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.2/MinGit-2.41.0.2-64-bit.zip
set MINGIT_URL=https://github.com/git-for-windows/git/releases/download/v2.45.2.windows.1/MinGit-2.45.2-64-bit.zip
set TMP_DIR=%ROOT_DIR%\tmp

if not exist %TMP_DIR% mkdir %TMP_DIR%
Expand Down

0 comments on commit 6d041e9

Please sign in to comment.