Update MicroG.ps1

This commit is contained in:
2024-02-02 19:28:12 +07:00
parent f10c8abf4e
commit a61a5fbb8a

View File

@@ -1,6 +1,6 @@
# https://github.com/TeamVanced/VancedMicroG
# https://github.com/inotia00/VancedMicroG
$Parameters = @{
Uri = "https://api.github.com/repos/TeamVanced/VancedMicroG/releases/latest"
Uri = "https://api.github.com/repos/inotia00/VancedMicroG/releases/latest"
UseBasicParsing = $true
Verbose = $true
}