Fix interacting with latest revanced-cli

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2023-08-28 13:06:13 +07:00
parent faf94e4e29
commit cfce0e86f7
2 changed files with 21 additions and 23 deletions

View File

@@ -48,18 +48,17 @@ jobs:
$JavaPath = (Resolve-Path -Path "Temp\jdk_windows-x64_bin\zulu*win_x64\bin\java.exe").Path
& $JavaPath `
-jar "Temp\revanced-cli.jar" `
--apk "Temp\youtube.apk" `
--bundle "Temp\revanced-patches.jar" `
-jar "Temp\revanced-cli.jar" patch `
--patch-bundle "Temp\revanced-patches.jar" `
--merge "Temp\revanced-integrations.apk" `
--exclude hide-time-and-seekbar `
--exclude always-autorepeat `
--exclude hide-captions-button `
--exclude disable-fullscreen-panels `
--exclude old-quality-layout `
--clean `
--temp-dir "Temp\Temp" `
--out "Temp\revanced.apk"
--exclude "always-autorepeat" `
--exclude "hide-captions-button" `
--exclude "hide-timestamp" `
--exclude "hide-seekbar" `
--purge `
--resource-cache "Temp\Temp" `
--out "Temp\revanced.apk" `
"Temp\youtube.apk"
- name: Creating archive
run: |