mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-17 16:33:58 +00:00
chore: Add click-to-run scripts
This commit is contained in:
14
scripts/3-patch.bat
Normal file
14
scripts/3-patch.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
echo Patch an APK with the patches in the workspace.
|
||||
pause
|
||||
|
||||
cd modules
|
||||
call composite patch %~dp0\workspace
|
||||
cd ..
|
||||
|
||||
mv %~dp0\workspace\patched.apk %~dp0\patched.apk
|
||||
|
||||
echo Patched APK saved at %~dp0\patched.apk.
|
||||
pause
|
||||
Reference in New Issue
Block a user