updates to scripts

This commit is contained in:
2024-07-01 12:24:03 -04:00
parent f02a5c0783
commit 93e8b2d64e
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
$devshell = Join-Path $PSScriptRoot 'devshell.ps1'
$devshell = Join-Path $PSScriptRoot 'helpers/devshell.ps1'
& $devshell -arch amd64
$path_root = '../..'