From eede0102c690778061dbc3bd82d8936c6701e956 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sun, 24 May 2026 05:02:02 +0200 Subject: [PATCH] fix(tooling): fetch-launcher Windows stable symlink picks MSVC Setup x64 MSVC and MinGW Setup .exe both matched 'setup.*.exe'; tightened the include pattern to 'msvc-setup.*.exe' so exactly one candidate resolves. Co-Authored-By: Claude Opus 4.7 (1M context) --- tooling/fetch-launcher.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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$' ''