Update MicroG.ps1

This commit is contained in:
Dmitry Nefedov
2022-09-23 10:28:55 +03:00
committed by GitHub
parent f97dbd2c49
commit 81f263c4c3

View File

@@ -7,7 +7,7 @@ $Parameters = @{
$MicroGTag = (Invoke-RestMethod @Parameters).tag_name $MicroGTag = (Invoke-RestMethod @Parameters).tag_name
$Parameters = @{ $Parameters = @{
Uri = "https://github.com/TeamVanced/VancedMicroG/releases/download/$MicroGTag/microg.apk" Uri = "https://github.com/TeamVanced/VancedMicroG/releases/download/$MicroGTag/microg.apk"
Outfile = "$PSScriptRoot\microg.apk" Outfile = "Temp\microg.apk"
UseBasicParsing = $true UseBasicParsing = $true
Verbose = $true Verbose = $true
} }