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.
This commit is contained in:
Teknium 2026-07-27 20:07:56 -07:00
parent 757ba253d8
commit 1398cc40cd
No known key found for this signature in database

View file

@ -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) {