mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
fix: 修复部分模拟器多开时进程获取错误的问题
This commit is contained in:
@@ -78,7 +78,7 @@ namespace MaaWpfGui.Helper
|
||||
var adbPath = Path.GetDirectoryName(processPath) + "\\" + path;
|
||||
if (File.Exists(adbPath))
|
||||
{
|
||||
_adbAbsolutePathDict.Add(emulatorId, adbPath);
|
||||
_adbAbsolutePathDict[emulatorId] = adbPath;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user