1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 15:07:22 +08:00

Fix: [ALAS] use ldconsole.exe

This commit is contained in:
LmeSzinc
2024-07-24 18:51:22 +08:00
parent 1375eba095
commit 70db762421
2 changed files with 7 additions and 5 deletions

View File

@@ -169,7 +169,9 @@ class Emulator(EmulatorBase):
if 'MuMuPlayer.exe' in exe:
return exe.replace('MuMuPlayer.exe', 'MuMuManager.exe')
elif 'LDPlayer.exe' in exe:
return exe.replace('LDPlayer.exe', 'dnconsole.exe')
return exe.replace('LDPlayer.exe', 'ldconsole.exe')
elif 'dnplayer.exe' in exe:
return exe.replace('dnplayer.exe', 'ldconsole.exe')
elif 'Bluestacks.exe' in exe:
return exe.replace('Bluestacks.exe', 'bsconsole.exe')
elif 'MEmu.exe' in exe: