mirror of https://github.com/2dust/v2rayN
Fixed the issue of missing files when updating GeoFiles
https://github.com/2dust/v2rayN/issues/7585pull/7649/head
parent
0715fa85ce
commit
f8a4f946e4
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue