bookworm-boot/Bookworm-Setup.exe
bookworm fa287ae27d fix(v3.2.0): profile 注入 null 崩溃 (全新机器 profile.ps1 不存在)
Get-Content -Raw 对空文件返回 $null 而非空字符串,
导致 [regex]::Replace($null, ...) 抛 ArgumentNull。
加 null-coalesce 兜底为空字符串。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 23:15:01 +08:00

233 KiB