File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ function Update-SeDriver {
18
18
$Path = $PSScriptRoot
19
19
if ($Path.EndsWith (' Public' )) { $Path = Split-Path - Path $Path } # Debugging
20
20
switch ($OS ) {
21
- ' Linux' { $AssembliesDir = Join-Path - Path $Path - ChildPath ' /assembiles /linux' }
22
- ' Mac' { $AssembliesDir = Join-Path - Path $Path - ChildPath ' /assembiles /macos' }
23
- ' Windows' { $AssembliesDir = Join-Path - Path $Path - ChildPath ' /assembiles ' }
21
+ ' Linux' { $AssembliesDir = Join-Path - Path $Path - ChildPath ' /assemblies /linux' }
22
+ ' Mac' { $AssembliesDir = Join-Path - Path $Path - ChildPath ' /assemblies /macos' }
23
+ ' Windows' { $AssembliesDir = Join-Path - Path $Path - ChildPath ' /assemblies ' }
24
24
}
25
25
26
26
}
@@ -59,9 +59,4 @@ function Update-SeDriver {
59
59
Write-Warning ' Not Supported Yet'
60
60
}
61
61
}
62
-
63
-
64
-
65
-
66
-
67
- }
62
+ }
You can’t perform that action at this time.
0 commit comments