mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Update Build.ps1
This commit is contained in:
12
Build.ps1
12
Build.ps1
@@ -130,9 +130,9 @@ $Parameters = @{
|
|||||||
}
|
}
|
||||||
Invoke-RestMethod @Parameters
|
Invoke-RestMethod @Parameters
|
||||||
|
|
||||||
# https://github.com/TeamVanced/VancedMicroG
|
# https://github.com/inotia00/VancedMicroG
|
||||||
$Parameters = @{
|
$Parameters = @{
|
||||||
Uri = "https://api.github.com/repos/TeamVanced/VancedMicroG/releases/latest"
|
Uri = "https://api.github.com/repos/inotia00/VancedMicroG/releases/latest"
|
||||||
UseBasicParsing = $true
|
UseBasicParsing = $true
|
||||||
Verbose = $true
|
Verbose = $true
|
||||||
}
|
}
|
||||||
@@ -182,10 +182,10 @@ Remove-Item -Path "$WorkingFolder\ReVanced\jdk_windows-x64_bin.zip" -Force
|
|||||||
-jar "$WorkingFolder\ReVanced\revanced-cli.jar" patch `
|
-jar "$WorkingFolder\ReVanced\revanced-cli.jar" patch `
|
||||||
--patch-bundle "$WorkingFolder\ReVanced\revanced-patches.jar" `
|
--patch-bundle "$WorkingFolder\ReVanced\revanced-patches.jar" `
|
||||||
--merge "$WorkingFolder\ReVanced\revanced-integrations.apk" `
|
--merge "$WorkingFolder\ReVanced\revanced-integrations.apk" `
|
||||||
--exclude "always-autorepeat" `
|
--exclude "Always repeat" `
|
||||||
--exclude "hide-captions-button" `
|
--exclude "Hide captions button" `
|
||||||
--exclude "hide-timestamp" `
|
--exclude "Hide timestamp" `
|
||||||
--exclude "hide-seekbar" `
|
--exclude "Hide seekbar" `
|
||||||
--purge `
|
--purge `
|
||||||
--resource-cache "$WorkingFolder\ReVanced\Temp" `
|
--resource-cache "$WorkingFolder\ReVanced\Temp" `
|
||||||
--out "$WorkingFolder\ReVanced\revanced.apk" `
|
--out "$WorkingFolder\ReVanced\revanced.apk" `
|
||||||
|
|||||||
Reference in New Issue
Block a user