Rename powershell util script

This commit is contained in:
Manuel Thalmann 2024-03-20 18:56:16 +01:00
parent 7005082e4b
commit 3ac1ce8c66
3 changed files with 2 additions and 2 deletions
scripts/Windows/Scripts

View file

@ -1,5 +1,5 @@
#!/bin/pwsh
. "$PSScriptRoot/../../Common/Config/powershell/profile.ps1";
. "$PSScriptRoot/../../Common/Config/powershell/lib.ps1";
class Context {
[string]$EntryPoint;