Expect live scripts directly in virtiofs

This commit is contained in:
Manuel Thalmann 2024-09-22 21:53:18 +02:00
parent a8b9bfb672
commit 492583ffbc

View file

@ -151,7 +151,7 @@ $null = New-Module {
$variable = Get-Item "Env:\$name";
$path = Join-Path `
"Z:\Repositories\PortValhalla" `
"Z:\" `
([System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", $variable.Value));
Set-Item "Env:\$name" $path;