diff --git a/v2rayN/ServiceLib/Services/UpdateService.cs b/v2rayN/ServiceLib/Services/UpdateService.cs index ff51f74b..ef1c43e2 100644 --- a/v2rayN/ServiceLib/Services/UpdateService.cs +++ b/v2rayN/ServiceLib/Services/UpdateService.cs @@ -510,6 +510,9 @@ namespace ServiceLib.Services var targetPath = Utils.GetBinPath($"{fileName}"); await DownloadGeoFile(url, fileName, targetPath, updateFunc); + if (!(config.CheckUpdateItem.SelectedCoreTypes?.Contains(ECoreType.mihomo.ToString()) ?? true)) { + break; + } } }