Skip to content
Snippets Groups Projects
Unverified Commit 3e555ec9 authored by GyDi's avatar GyDi
Browse files

chore: fix mmdb url

parent 5098f14a
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment