From e6d2305b37023f4bc21a9ec1729a873bd2c8723a Mon Sep 17 00:00:00 2001 From: Miepee Date: Wed, 14 Jul 2021 22:29:52 +0200 Subject: [PATCH] fix small typos --- patcher.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patcher.sh b/patcher.sh index 1acd013..eba87a6 100755 --- a/patcher.sh +++ b/patcher.sh @@ -110,10 +110,9 @@ apktool d -f data/android/AM2RWrapper.apk #copy mv "${OUTPUT}" assets cp -Rp assets AM2RWrapper -#edit the yaml thing to not compress ogg's +#supply an edited yaml thing to not compress ogg's wget https://github.com/Miepee/AM2R-Autopatcher-Android/raw/apktool.yml mv -f apktool.yml AM2RWrapper/apktoo.yml - #build apktool b AM2RWrapper -o AM2R-"${VERSION}".apk