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 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user