chore: fix mmdb url

This commit is contained in:
GyDi 2022-11-22 21:15:45 +08:00
parent 5098f14aab
commit 3e555ec9f1
No known key found for this signature in database
GPG Key ID: B28E790B95193457

View File

@ -242,7 +242,7 @@ const resolveUninstall = () =>
const resolveMmdb = () =>
resolveResource({
file: "Country.mmdb",
downloadURL: `https://github.com/Dreamacro/maxmind-geoip/releases/download/latest/Country.mmdb`,
downloadURL: `https://github.com/Dreamacro/maxmind-geoip/releases/download/20221112/Country.mmdb`,
});
const resolveGeosite = () =>
resolveResource({