chore: update resource

This commit is contained in:
GyDi 2022-09-06 15:32:22 +08:00 committed by GitHub
parent e94a07b677
commit 019b2a1681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");