1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix BlueStacks_nxt emulator auto-run (#3987)

Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
This commit is contained in:
Jose Suarez 2024-07-12 12:49:03 +02:00 committed by GitHub
parent 9a92023308
commit 746e511f82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,8 +101,8 @@ class PlatformWindows(PlatformBase, EmulatorManager):
# Nox.exe -clone:Nox_1
self.execute(f'"{exe}" -clone:{instance.name}')
elif instance == Emulator.BlueStacks5:
# HD-Player.exe -instance Pie64
self.execute(f'"{exe}" -instance {instance.name}')
# HD-Player.exe --instance Pie64
self.execute(f'"{exe}" --instance {instance.name}')
elif instance == Emulator.BlueStacks4:
# Bluestacks.exe -vmname Android_1
self.execute(f'"{exe}" -vmname {instance.name}')