-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@echo off | ||
set INPUT_APK=C:\path\to\com.google.android.apps.youtube.music_7.29.52-arm64-v8a-revanced.apk | ||
set OUTPUT_DIR=C:\revanced-patching\revaned-cli\revanced-cli\build\distributions\revanced-cli-5.0.0\revanced-cli-5.0.0\bin\apk-output | ||
set PATCHES_FILE=C:\path\to\patches-5.10.0.rvp | ||
|
||
rem Run the patching command | ||
revanced-cli.bat patch --patches %PATCHES_FILE% -o %OUTPUT_DIR% -e "Hide 'Get Music Premium' label" -e "Remove upgrade button" -e "Bypass certificate checks" -e "Remove background playback restrictions" -e "Hide music video ads" -e "GmsCore support" -e "Spoof client" %INPUT_APK% | ||
|
||
rem Keep the window open after execution | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@echo off | ||
set INPUT_APK=C:\path\to\com.google.android.apps.youtube.music_7.29.52-armeabi-v7a-revanced.apk | ||
set OUTPUT_DIR=C:\revanced-patching\revaned-cli\revanced-cli\build\distributions\revanced-cli-5.0.0\revanced-cli-5.0.0\bin\apk-output | ||
set PATCHES_FILE=C:\path\to\patches-5.10.0.rvp | ||
|
||
rem Run the patching command | ||
revanced-cli.bat patch --patches %PATCHES_FILE% -o %OUTPUT_DIR% -e "Hide 'Get Music Premium' label" -e "Remove upgrade button" -e "Bypass certificate checks" -e "Remove background playback restrictions" -e "Hide music video ads" -e "GmsCore support" -e "Spoof client" %INPUT_APK% | ||
|
||
rem Keep the window open after execution | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@echo off | ||
set INPUT_APK=C:\path\to\com.google.android.apps.youtube.music_7.29.52-x86_64-revanced.apk | ||
set OUTPUT_DIR=C:\revanced-patching\revaned-cli\revanced-cli\build\distributions\revanced-cli-5.0.0\revanced-cli-5.0.0\bin\apk-output | ||
set PATCHES_FILE=C:\path\to\patches-5.10.0.rvp | ||
|
||
rem Run the patching command | ||
revanced-cli.bat patch --patches %PATCHES_FILE% -o %OUTPUT_DIR% -e "Hide 'Get Music Premium' label" -e "Remove upgrade button" -e "Bypass certificate checks" -e "Remove background playback restrictions" -e "Hide music video ads" -e "GmsCore support" -e "Spoof client" %INPUT_APK% | ||
|
||
rem Keep the window open after execution | ||
pause |