Files
claude-skills/scripts/update.ps1
vitya 0a8d8acaa1 fix(update.ps1): replace Unicode with ASCII + null-safety for PS 5.1
PowerShell 5.1 on Russian Windows reads .ps1 files as ANSI (CP1251),
breaking em dashes and box-drawing characters in comments/strings.
Also fix NullArray error when Select-String finds no version match.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 15:30:25 +03:00

6.5 KiB