From 0993f35ffdfb97b5ca3506e4e81f317ade31ed33 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 8 May 2023 20:52:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8=E5=A4=9A=E5=BC=80=E6=97=B6=E8=BF=9B?= =?UTF-8?q?=E7=A8=8B=E8=8E=B7=E5=8F=96=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Helper/WinAdapter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/Helper/WinAdapter.cs b/src/MaaWpfGui/Helper/WinAdapter.cs index 9252c75d49..e39c970263 100644 --- a/src/MaaWpfGui/Helper/WinAdapter.cs +++ b/src/MaaWpfGui/Helper/WinAdapter.cs @@ -78,7 +78,7 @@ namespace MaaWpfGui.Helper var adbPath = Path.GetDirectoryName(processPath) + "\\" + path; if (File.Exists(adbPath)) { - _adbAbsolutePathDict.Add(emulatorId, adbPath); + _adbAbsolutePathDict[emulatorId] = adbPath; } } }