From 982d1e219c2e53d206cda99c1c12123602c1ad49 Mon Sep 17 00:00:00 2001 From: GyDi Date: Tue, 6 Sep 2022 15:32:22 +0800 Subject: [PATCH] chore: update resource --- scripts/check.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check.mjs b/scripts/check.mjs index c3529586..2219bf88 100644 --- a/scripts/check.mjs +++ b/scripts/check.mjs @@ -258,7 +258,7 @@ async function resolveService() { */ async function resolveMmdb() { const url = - "https://github.com/Dreamacro/maxmind-geoip/releases/download/20220512/Country.mmdb"; + "https://github.com/Dreamacro/maxmind-geoip/releases/download/20220812/Country.mmdb"; const resDir = path.join(cwd, "src-tauri", "resources"); const resPath = path.join(resDir, "Country.mmdb");