mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 01:45:25 +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:
|
if 'MuMuPlayer.exe' in exe:
|
||||||
return exe.replace('MuMuPlayer.exe', 'MuMuManager.exe')
|
return exe.replace('MuMuPlayer.exe', 'MuMuManager.exe')
|
||||||
# MuMuPlayer12 5.0
|
# MuMuPlayer12 5.0
|
||||||
elif 'MuMuPlayer.exe' in exe:
|
elif 'MuMuNxMain.exe' in exe:
|
||||||
return exe.replace('MuMuNxMain.exe', 'MuMuManager.exe')
|
return exe.replace('MuMuNxMain.exe', 'MuMuManager.exe')
|
||||||
elif 'LDPlayer.exe' in exe:
|
elif 'LDPlayer.exe' in exe:
|
||||||
return exe.replace('LDPlayer.exe', 'ldconsole.exe')
|
return exe.replace('LDPlayer.exe', 'ldconsole.exe')
|
||||||
|
|||||||
Reference in New Issue
Block a user