Fixed the issue of missing files when updating GeoFiles

https://github.com/2dust/v2rayN/issues/7585
pull/7649/head
2dust 2025-07-18 19:56:18 +08:00
parent 0715fa85ce
commit f8a4f946e4
1 changed files with 5 additions and 0 deletions

View File

@ -536,6 +536,11 @@ public class UpdateService
}
}
//append dns items TODO
geoSiteFiles.Add("cn");
geoSiteFiles.Add("geolocation-cn");
geoSiteFiles.Add("category-ads-all");
var path = Utils.GetBinPath("srss");
if (!Directory.Exists(path))
{