From 03c9534a02bd20caddfcac45152e0afaf3993d34 Mon Sep 17 00:00:00 2001 From: Hellojack <106379370+H1JK@users.noreply.github.com> Date: Sun, 29 May 2022 13:22:59 +0800 Subject: [PATCH] Fix Invoke-WebRequest alias --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index df5d3679..b62b4dd4 100644 --- a/build.ps1 +++ b/build.ps1 @@ -29,7 +29,7 @@ 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' +Invoke-WebRequest -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