5 Commits

Author SHA1 Message Date
119c8b0e2a Update Build.yml
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-03-01 08:39:58 +07:00
75f3ea82c6 Update Build.ps1
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-03-01 08:39:44 +07:00
63e95a3a63 Update Build.yml 2024-02-02 19:28:33 +07:00
a61a5fbb8a Update MicroG.ps1 2024-02-02 19:28:12 +07:00
f10c8abf4e Update Build.ps1 2024-02-02 19:27:48 +07:00
3 changed files with 15 additions and 13 deletions

View File

@@ -48,14 +48,15 @@ jobs:
-jar "Temp\revanced-cli.jar" patch ` -jar "Temp\revanced-cli.jar" patch `
--patch-bundle "Temp\revanced-patches.jar" ` --patch-bundle "Temp\revanced-patches.jar" `
--merge "Temp\revanced-integrations.apk" ` --merge "Temp\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" `
--exclude "Swipe controls" `
--purge ` --purge `
--resource-cache "Temp\Temp" `
--out "Temp\revanced.apk" ` --out "Temp\revanced.apk" `
"Temp\youtube.apk" "Temp\youtube.apk"
# --resource-cache "Temp\Temp" `
- name: Create archive - name: Create archive
run: | run: |

View File

@@ -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,11 @@ 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" `
--exclude "Swipe controls" `
--purge ` --purge `
--resource-cache "$WorkingFolder\ReVanced\Temp" ` --resource-cache "$WorkingFolder\ReVanced\Temp" `
--out "$WorkingFolder\ReVanced\revanced.apk" ` --out "$WorkingFolder\ReVanced\revanced.apk" `

View File

@@ -1,6 +1,6 @@
# 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
} }