chore: Add click-to-run scripts

This commit is contained in:
oSumAtrIX
2024-10-19 06:35:25 +02:00
parent 504c6c1ea5
commit e87ee9c5b8
19 changed files with 284 additions and 2 deletions

14
scripts/3-patch.bat Normal file
View 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