From 4b68b363f7a0655be1b927d203adf7d04ef2e564 Mon Sep 17 00:00:00 2001 From: Hellojack <106379370+H1JK@users.noreply.github.com> Date: Sun, 29 May 2022 13:09:05 +0800 Subject: [PATCH] Use @Loyalsoldier/geoip --- build.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.ps1 b/build.ps1 index 4930262b..df5d3679 100644 --- a/build.ps1 +++ b/build.ps1 @@ -29,6 +29,8 @@ if ( Test-Path -Path $OutputPath ) { } New-Item -ItemType Directory -Name $OutputPath | Out-Null +wget -Uri 'https://raw.githubusercontent.com/Loyalsoldier/geoip/release/Country.mmdb' -OutFile '..\Storage\GeoLite2-Country.mmdb' + Push-Location $OutputPath New-Item -ItemType Directory -Name 'bin' | Out-Null cp -Recurse -Force '..\Storage\i18n' '.' | Out-Null