mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
feat: adb已使用本地adb后不再替换
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user