Skip to content
Snippets Groups Projects
Unverified Commit c9d9909d authored by GyDi's avatar GyDi
Browse files

chore: update mmdb

parent 90eeabae
No related branches found
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ async function resolveService() { ...@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment