fix: vendor wcf python deps for isolated profile

This commit is contained in:
Codex
2026-06-13 16:43:39 +00:00
parent 3b6d22d817
commit 1e9245e60d
3 changed files with 18 additions and 4 deletions
@@ -2,6 +2,7 @@ $ErrorActionPreference = "Continue"
$Root = "C:\UniDesk\personal-wechat"
$WcfRoot = Join-Path $Root "wcf\v39.5.2"
$PythonSite = Join-Path $WcfRoot "python-site"
$StateRoot = Join-Path $Root "wcf-state"
$DataRoot = Join-Path $Root "data\profile"
$PidFile = Join-Path $StateRoot "wcf-host.pid"
@@ -81,6 +82,7 @@ $personalProcesses = Get-CimInstance Win32_Process -ErrorAction SilentlyContinue
paths = [ordered]@{
root = $Root
dataRoot = $DataRoot
pythonSite = $PythonSite
stateRoot = $StateRoot
statusFile = $StatusFile
prepareResultFile = $PrepareResultFile