From 8b2c9b86d925b31cce0b0e2d56a77c0dee7b6d0b Mon Sep 17 00:00:00 2001 From: LoveSy Date: Mon, 6 Dec 2021 17:48:28 +0800 Subject: [PATCH] Start shell instead Fix #121 --- .github/workflows/magisk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/magisk.yml b/.github/workflows/magisk.yml index 8ff1984..424c5b3 100644 --- a/.github/workflows/magisk.yml +++ b/.github/workflows/magisk.yml @@ -415,7 +415,7 @@ jobs: Write-Output "Unmounting patched WSA registry hive." reg unload \$regMountPoint Write-Output "starting an App to force the creation of the rw sdcard" - start-process "\$env:LOCALAPPDATA/Microsoft/WindowsApps/MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe/WsaClient.exe" -Args "/launch wsa://com.amazon.venezia" + start-process "\$env:LOCALAPPDATA/Microsoft/WindowsApps/MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe/WsaClient.exe" -Args "/launch wsa://com.android.shell" Write-Output "Waiting for the Android system to boot for the first time..." ./adb kill-server do{}until((./adb connect localhost:58526).Contains("connected"))