Fixed the issue of missing files when updating GeoFiles
https://github.com/2dust/v2rayN/issues/7585
This commit is contained in:
@@ -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");
|
var path = Utils.GetBinPath("srss");
|
||||||
if (!Directory.Exists(path))
|
if (!Directory.Exists(path))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user