From 44c2b1a44b74e928bc4cbd065dd9bcb55f560d93 Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Sun, 1 Oct 2023 23:41:27 +0300 Subject: [PATCH] RenPy-Android-Unpack: Update README.md --- RenPy-Android-Unpack/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RenPy-Android-Unpack/README.md b/RenPy-Android-Unpack/README.md index 95beb69..f6992e1 100644 --- a/RenPy-Android-Unpack/README.md +++ b/RenPy-Android-Unpack/README.md @@ -1,6 +1,6 @@ ## RenPy-Android-Unpack -A simple Python script for unpacking Ren'Py based .apk files for later rebuilding in the Ren'Py SDK +A simple Python script for unpacking Ren'Py based .apk and .obb files to ready to use Ren'Py SDK's Project ### How to use -* Put some .apk files in folder -* `python3 unpack.py` +* Put some .apk & .obb files in folder +* `rendroid-unpack` (It unpacks all .apk and .obb files in the directory where it is located)