We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b176db7 commit 8f06cd7Copy full SHA for 8f06cd7
Public/Update-SeDriver.ps1
@@ -18,9 +18,9 @@ function Update-SeDriver {
18
$Path = $PSScriptRoot
19
if ($Path.EndsWith('Public')) { $Path = Split-Path -Path $Path } #Debugging
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' }
+ 'Linux' { $AssembliesDir = Join-Path -Path $Path -ChildPath '/assemblies/linux' }
+ 'Mac' { $AssembliesDir = Join-Path -Path $Path -ChildPath '/assemblies/macos' }
+ 'Windows' { $AssembliesDir = Join-Path -Path $Path -ChildPath '/assemblies' }
24
}
25
26
@@ -59,9 +59,4 @@ function Update-SeDriver {
59
Write-Warning 'Not Supported Yet'
60
61
62
-
63
64
65
66
67
-}
+}
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments