From 1398cc40cd49d7c6fcefb39a04e239b659bcb4ee Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:07:56 -0700 Subject: [PATCH] fix(install): ASCII-only comment in install.ps1 voice-deps helper test_install_ps1_is_pure_ascii guards against PowerShell 5.1 ANSI codepage misdecoding (issues #66994/#67000); the Install-DesktopVoiceDeps comment had an em-dash. --- scripts/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.ps1 b/scripts/install.ps1 index a0bd451800e7..aa434eed47f0 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -2819,7 +2819,7 @@ function Install-DesktopVoiceDeps { # leaving them to lazy first-use install. Policy change (Teknium, July # 2026, #70509 testing): the first ear-click used to trigger a # multi-minute onnxruntime pip install that froze the UI and blew RPC - # timeouts. Best-effort — lazy install remains the fallback for anything + # timeouts. Best-effort -- lazy install remains the fallback for anything # this step fails to fetch. if (-not $script:UvCmd) { Resolve-UvCmd } if (-not $script:UvCmd) {