From 6cfe3f681d849874f8f1ceef553eb234d95f9b92 Mon Sep 17 00:00:00 2001 From: Miepee Date: Wed, 14 Jul 2021 22:30:10 +0200 Subject: [PATCH] and another one --- patcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patcher.sh b/patcher.sh index eba87a6..3b472c8 100755 --- a/patcher.sh +++ b/patcher.sh @@ -111,8 +111,8 @@ apktool d -f data/android/AM2RWrapper.apk mv "${OUTPUT}" assets cp -Rp assets AM2RWrapper #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 +wget https://github.com/Miepee/AM2R-Autopatcher-Android/raw/main/apktool.yml +mv -f apktool.yml AM2RWrapper/apktool.yml #build apktool b AM2RWrapper -o AM2R-"${VERSION}".apk