Skip to content

Commit

Permalink
Update downloaded portable git on win x64 to v2.46.0
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Sep 6, 2024
1 parent 6336f0b commit e6906f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/downloadGit.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { unknownErrorToString } from "./errorHelper.mjs";

const GIT_DOWNLOAD_URL_WIN_AMD64 =
"https://github.com/git-for-windows/git/releases/download" +
"/v2.43.0.windows.1/MinGit-2.43.0-64-bit.zip";
"/v2.46.0.windows.1/MinGit-2.46.0-64-bit.zip";

/**
* Downloads and installs a portable version of Git.
Expand Down

0 comments on commit e6906f9

Please sign in to comment.