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 {
1818 $Path = $PSScriptRoot
1919 if ($Path.EndsWith (' Public' )) { $Path = Split-Path - Path $Path } # Debugging
2020 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 ' }
2424 }
2525
2626 }
@@ -59,9 +59,4 @@ function Update-SeDriver {
5959 Write-Warning ' Not Supported Yet'
6060 }
6161 }
62-
63-
64-
65-
66-
67- }
62+ }
You can’t perform that action at this time.
0 commit comments