Skip to content

Commit

Permalink
Fixed multiple error
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshalKudale committed Oct 28, 2021
1 parent 8749301 commit 49a4780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WSAsettings.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set "package=%1"

if exist %appdata%\adb\ (
%appdata%\adb\adb connect 127.0.0.1:58526
%appdata%\adb\adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1
%appdata%\adb\adb -s 127.0.0.1:58526 shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1

EXIT /B
) else (
Expand All @@ -12,4 +12,4 @@ pause
)

:: "Harshal Kudale"
:: "https://github.com/HarshalKudale/EasySideload-WSA/"
:: "https://github.com/HarshalKudale/EasySideload-WSA/"

0 comments on commit 49a4780

Please sign in to comment.