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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user