AzurLaneAutoScript icon indicating copy to clipboard operation
AzurLaneAutoScript copied to clipboard

关于模拟器启停中mumu部分的改动

Open PPPlatelet opened this issue 1 year ago • 0 comments

你的功能请求是否与问题有关?

由于mumu12更新4.0.0后MuMuManager.exe出现改动,旧的命令目前依然保持兼容,但之后会逐渐弃用 MuMuManager命令行开发者使用说明 mumu-python-api

e.g.

Previous

https://github.com/LmeSzinc/AzurLaneAutoScript/blob/8a2131c0e29add16c39ea102572795735eb0b08c/module/device/platform/platform_windows.py#L152

Current

self.execute(f'"{Emulator.single_to_console(exe)}" control -v {instance.MuMuPlayer12_id} shutdown')

PPPlatelet avatar Aug 01 '24 03:08 PPPlatelet