Selaa lähdekoodia

chore: update mmdb

GyDi 2 vuotta sitten
vanhempi
commit
c9d9909d74
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      scripts/check.mjs

+ 1 - 1
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");