Resolve dependency loop

This commit is contained in:
Manuel Thalmann 2024-08-07 21:54:58 +02:00
parent 3dcaa9b1bc
commit 98db57981c

View file

@ -1,6 +1,6 @@
. "$PSScriptRoot/Context.ps1";
function Install-SoftwarePackage([Context] $context, [string] $location, [string[]] $argumentList = @("/S"), [switch]$local) {
function Install-SoftwarePackage($context, [string] $location, [string[]] $argumentList = @("/S"), [switch]$local) {
. "$PSScriptRoot/Context.ps1";
[Context]$context = $context;
[string]$filePath = "";
[string]$tempDir = $null;