mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Compare commits
5 Commits
2024.01.02
...
2024.03.01
| Author | SHA1 | Date | |
|---|---|---|---|
|
119c8b0e2a
|
|||
|
75f3ea82c6
|
|||
|
63e95a3a63
|
|||
|
a61a5fbb8a
|
|||
|
f10c8abf4e
|
11
.github/workflows/Build.yml
vendored
11
.github/workflows/Build.yml
vendored
@@ -48,14 +48,15 @@ jobs:
|
||||
-jar "Temp\revanced-cli.jar" patch `
|
||||
--patch-bundle "Temp\revanced-patches.jar" `
|
||||
--merge "Temp\revanced-integrations.apk" `
|
||||
--exclude "always-autorepeat" `
|
||||
--exclude "hide-captions-button" `
|
||||
--exclude "hide-timestamp" `
|
||||
--exclude "hide-seekbar" `
|
||||
--exclude "Always repeat" `
|
||||
--exclude "Hide captions button" `
|
||||
--exclude "Hide timestamp" `
|
||||
--exclude "Hide seekbar" `
|
||||
--exclude "Swipe controls" `
|
||||
--purge `
|
||||
--resource-cache "Temp\Temp" `
|
||||
--out "Temp\revanced.apk" `
|
||||
"Temp\youtube.apk"
|
||||
# --resource-cache "Temp\Temp" `
|
||||
|
||||
- name: Create archive
|
||||
run: |
|
||||
|
||||
13
Build.ps1
13
Build.ps1
@@ -130,9 +130,9 @@ $Parameters = @{
|
||||
}
|
||||
Invoke-RestMethod @Parameters
|
||||
|
||||
# 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
|
||||
}
|
||||
@@ -182,10 +182,11 @@ Remove-Item -Path "$WorkingFolder\ReVanced\jdk_windows-x64_bin.zip" -Force
|
||||
-jar "$WorkingFolder\ReVanced\revanced-cli.jar" patch `
|
||||
--patch-bundle "$WorkingFolder\ReVanced\revanced-patches.jar" `
|
||||
--merge "$WorkingFolder\ReVanced\revanced-integrations.apk" `
|
||||
--exclude "always-autorepeat" `
|
||||
--exclude "hide-captions-button" `
|
||||
--exclude "hide-timestamp" `
|
||||
--exclude "hide-seekbar" `
|
||||
--exclude "Always repeat" `
|
||||
--exclude "Hide captions button" `
|
||||
--exclude "Hide timestamp" `
|
||||
--exclude "Hide seekbar" `
|
||||
--exclude "Swipe controls" `
|
||||
--purge `
|
||||
--resource-cache "$WorkingFolder\ReVanced\Temp" `
|
||||
--out "$WorkingFolder\ReVanced\revanced.apk" `
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user