From adbf72a9281d9473962e312dd36a24f4b8ef7e6b Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Sun, 17 Mar 2024 07:06:12 -0400 Subject: [PATCH] Update patcher.sh --- patcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patcher.sh b/patcher.sh index 83458dd..f3459d2 100755 --- a/patcher.sh +++ b/patcher.sh @@ -5,8 +5,8 @@ set -e VERSION="15_5" OUTPUT="am2r_${VERSION}" DATA_FOLDER="data" -REPO_URL="https://github.com/izzy2fancy/AM2R-Autopatcher-Android" -HQ_MUSIC_URL="$REPO_URL/HDR_HQ_in-game_music" +REPO_URL="https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/main/data" +HQ_MUSIC_URL="https://github.com/izzy2fancy/AM2R-Autopatcher-Android//HDR_HQ_in-game_music" cleanup_directories() { local directories=("assets" "AM2RWrapper" "$DATA_FOLDER" "HDR_HQ_in-game_music")