fix: vendor wcf python deps for isolated profile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user