chore: update mmdb

This commit is contained in:
GyDi 2022-10-22 13:30:08 +08:00
parent 90eeabae7b
commit c9d9909d74
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084

View File

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