mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
.
This commit is contained in:
parent
62949cf389
commit
6d76366498
1 changed files with 3 additions and 0 deletions
|
@ -510,6 +510,9 @@ namespace ServiceLib.Services
|
||||||
var targetPath = Utils.GetBinPath($"{fileName}");
|
var targetPath = Utils.GetBinPath($"{fileName}");
|
||||||
|
|
||||||
await DownloadGeoFile(url, fileName, targetPath, updateFunc);
|
await DownloadGeoFile(url, fileName, targetPath, updateFunc);
|
||||||
|
if (!(config.CheckUpdateItem.SelectedCoreTypes?.Contains(ECoreType.mihomo.ToString()) ?? true)) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue