mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 17:11:42 +00:00
15 lines
189 B
Batchfile
15 lines
189 B
Batchfile
@echo off
|
|
|
|
echo Start batch on %CD%
|
|
call .\venvalas\scripts\activate.bat
|
|
REM Change to your emulator port
|
|
::adb connect 127.0.0.1:5565
|
|
python -m uiautomator2 init
|
|
Py alas_en.pyw
|
|
|
|
PAUSE
|
|
|
|
|
|
|
|
|