From fc35ea8c311cf4c3eb83fd918fcb7ae44e57fc20 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Tue, 30 Jun 2026 10:59:14 +0200 Subject: [PATCH] fix(windows): replace em dash with ASCII hyphen in install-vbcable.ps1 PS 5.1 mis-parses non-ASCII characters on non-UTF-8 locales; the locale-safety gate CI check rejects any installer-run script containing bytes above 0x7F. Co-Authored-By: Claude Sonnet 4.6 --- packaging/windows/install-vbcable.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows/install-vbcable.ps1 b/packaging/windows/install-vbcable.ps1 index 4bca2be..662ad30 100644 --- a/packaging/windows/install-vbcable.ps1 +++ b/packaging/windows/install-vbcable.ps1 @@ -22,7 +22,7 @@ single cable is bundled (A+B / C+D are not redistributable). Best-effort: any failure is logged and returns a non-zero exit, but the caller (the installer) treats - it as non-fatal — the host still runs (mic passthrough then needs a manually-installed cable, and the + it as non-fatal - the host still runs (mic passthrough then needs a manually-installed cable, and the host falls back to auto-installing the Steam Streaming pair). .PARAMETER Dir