feat: adb已使用本地adb后不再替换

This commit is contained in:
MistEO
2023-05-18 19:52:28 +08:00
parent 701631e3a1
commit 677bb44eda

View File

@@ -2354,7 +2354,7 @@ namespace MaaWpfGui.ViewModels.UI
ZipFile.ExtractToDirectory(GoogleAdbFilename, UnzipDir);
bool replaced = false;
if (File.Exists(AdbPath))
if (AdbPath != NewAdb && File.Exists(AdbPath))
{
try
{