Browse Source

chore: fix mmdb url

GyDi 2 năm trước cách đây
mục cha
commit
3e555ec9f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/check.mjs

+ 1 - 1
scripts/check.mjs

@@ -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({