Browse Source

chore: update resource

GyDi 2 years ago
parent
commit
019b2a1681
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/check.mjs

+ 1 - 1
scripts/check.mjs

@@ -258,7 +258,7 @@ async function resolveService() {
  */
  */
 async function resolveMmdb() {
 async function resolveMmdb() {
   const url =
   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 resDir = path.join(cwd, "src-tauri", "resources");
   const resPath = path.join(resDir, "Country.mmdb");
   const resPath = path.join(resDir, "Country.mmdb");