1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Add: Emulator auto detect of Bluestacks 5

This commit is contained in:
SarContDeli
2022-07-21 20:42:53 +08:00
parent 3d6d777413
commit f1c78de429
9 changed files with 127 additions and 90 deletions

View File

@@ -110,6 +110,7 @@ class Connection(ConnectionAttr):
"""
cmd = list(map(str, cmd))
cmd = [self.adb_binary, '-s', self.serial] + cmd
logger.info(f'Execute: {cmd}')
# Use shell=True to disable console window when using GUI.
# Although, there's still a window when you stop running in GUI, which cause by gooey.