mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Suppress misleading error on stop process
This commit is contained in:
parent
c55101a505
commit
9a1c2fc1b7
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -549,7 +549,7 @@ jobs:
|
||||
}
|
||||
Clear-Host
|
||||
Write-Host "Installing MagiskOnWSA..."
|
||||
Stop-Process -Name "wsaclient"
|
||||
Stop-Process -Name "wsaclient" -ErrorAction "silentlycontinue"
|
||||
Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml
|
||||
if (\$?) {
|
||||
Finish
|
||||
|
Loading…
Reference in New Issue
Block a user