fix(v3.2.0): GitUrl 指向已删仓库 → bookworm-smart-assistant
- $GitUrl bookworm-portable-config.git → bookworm-smart-assistant.git - 旧仓已删除导致用户安装 [3/7] clone 失败 - EXE 重新打包含此修复 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
aa662d8744
commit
7a9a5b8dfa
Binary file not shown.
@ -76,7 +76,7 @@ $ScriptDir = if ($PSScriptRoot) {
|
||||
}
|
||||
$ClaudeDir = Join-Path $env:USERPROFILE ".claude"
|
||||
$BackupDir = Join-Path $env:USERPROFILE ".claude.bw-backup"
|
||||
$GitUrl = "https://code.letcareme.com/bookworm/bookworm-portable-config.git" # v3.0: 脱敏分发仓库
|
||||
$GitUrl = "https://code.letcareme.com/bookworm/bookworm-smart-assistant.git" # v3.2: 统一配置仓库 (public)
|
||||
$BootUrl = "https://code.letcareme.com/bookworm/bookworm-boot.git"
|
||||
$BootDir = Join-Path $ScriptDir "bookworm-boot"
|
||||
$SecretsEnc = Join-Path $BootDir "secrets.enc"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user