diff --git a/scripts/check.mjs b/scripts/check.mjs index bd302f4f45ff01b685e10e39f550af8c089e2c80..7e8c1c256373a4fb93badf1c61d5a2faf77fa6e0 100644 --- a/scripts/check.mjs +++ b/scripts/check.mjs @@ -260,7 +260,7 @@ async function resolveService() { */ async function resolveMmdb() { const url = - "https://github.com/Dreamacro/maxmind-geoip/releases/download/20220812/Country.mmdb"; + "https://github.com/Dreamacro/maxmind-geoip/releases/download/20221012/Country.mmdb"; const resDir = path.join(cwd, "src-tauri", "resources"); const resPath = path.join(resDir, "Country.mmdb");