diff --git a/tooling/fetch-launcher.sh b/tooling/fetch-launcher.sh index 76460f6..d3c6227 100755 --- a/tooling/fetch-launcher.sh +++ b/tooling/fetch-launcher.sh @@ -78,9 +78,9 @@ link_stable() { } echo "Resolving stable-name symlinks:" -# Windows Setup .exe, x64 only (exclude arm64/aarch64). -link_stable "Windows Setup .exe (x64)" "fjord-windows-setup.exe" \ - 'setup.*\.exe$' '(arm64|aarch64)' +# Windows MSVC Setup .exe, x64 only (exclude arm64/aarch64 and the MinGW build). +link_stable "Windows MSVC Setup .exe (x64)" "fjord-windows-setup.exe" \ + 'msvc-setup.*\.exe$' '(arm64|aarch64)' # macOS .dmg. link_stable "macOS .dmg" "fjord-macos.dmg" \ '\.dmg$' ''