mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-23 03:39:16 +01:00
Fix adb path
This commit is contained in:
parent
fc3d1562aa
commit
63d34986bb
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -416,7 +416,7 @@ jobs:
|
|||||||
Write-Output "starting an App to force the creation of the rw sdcard"
|
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.amazon.venezia"
|
||||||
Write-Output "Waiting for the Android system to boot for the first time..."
|
Write-Output "Waiting for the Android system to boot for the first time..."
|
||||||
adb kill-server
|
./adb kill-server
|
||||||
do{}until((./adb connect localhost:58526).Contains("connected"))
|
do{}until((./adb connect localhost:58526).Contains("connected"))
|
||||||
do{
|
do{
|
||||||
\$output=(./adb devices)
|
\$output=(./adb devices)
|
||||||
|
Loading…
Reference in New Issue
Block a user