diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:02:35 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:02:35 +0100 |
commit | 0d7bd92672acb449761def9e234934c4a9a05129 (patch) | |
tree | 7db8cba21231fdf6b6f3b97d857c828183a6bfbb /scripts/install-msys2.ps1 | |
parent | 0e6f7148ab0987574c45e78cb8fd6ff72fdf103a (diff) |
update/fix build config for windows
Diffstat (limited to 'scripts/install-msys2.ps1')
-rw-r--r-- | scripts/install-msys2.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-msys2.ps1 b/scripts/install-msys2.ps1 index e7e0472..c7cb022 100644 --- a/scripts/install-msys2.ps1 +++ b/scripts/install-msys2.ps1 @@ -1,3 +1,3 @@ -Start-BitsTransfer -Source https://github.com/msys2/msys2-installer/releases/download/2022-09-04/msys2-x86_64-20220904.exe -Destination .\msys2-x86_64-latest.exe +Start-BitsTransfer -Source https://github.com/msys2/msys2-installer/releases/download/2023-01-27/msys2-x86_64-20230127.exe -Destination .\msys2-x86_64-latest.exe .\msys2-x86_64-latest.exe in --confirm-command --accept-messages --root C:/msys64 Remove-Item .\msys2-x86_64-latest.exe |