mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Fix: [ALAS] MuMuPlayer12 failing to close as expected
This commit is contained in:
@@ -169,7 +169,7 @@ class Emulator(EmulatorBase):
|
||||
if 'MuMuPlayer.exe' in exe:
|
||||
return exe.replace('MuMuPlayer.exe', 'MuMuManager.exe')
|
||||
# MuMuPlayer12 5.0
|
||||
elif 'MuMuPlayer.exe' in exe:
|
||||
elif 'MuMuNxMain.exe' in exe:
|
||||
return exe.replace('MuMuNxMain.exe', 'MuMuManager.exe')
|
||||
elif 'LDPlayer.exe' in exe:
|
||||
return exe.replace('LDPlayer.exe', 'ldconsole.exe')
|
||||
|
||||
Reference in New Issue
Block a user