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) <noreply@anthropic.com>
This commit is contained in:
2026-05-24 05:02:02 +02:00
parent f513f60766
commit eede0102c6

View File

@@ -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$' ''