From 2d603dcc224b59b65d752da6e0c795e34f310d6f Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Sun, 17 Mar 2024 07:13:08 -0400 Subject: [PATCH] Update patcher.sh --- patcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patcher.sh b/patcher.sh index 0f57d12..4299ebb 100755 --- a/patcher.sh +++ b/patcher.sh @@ -6,7 +6,7 @@ VERSION="15_5" OUTPUT="am2r_${VERSION}" DATA_FOLDER="data" REPO_URL="https://raw.githubusercontent.com/izzy2fancy/AM2R-Autopatcher-Android/main/data" -HQ_MUSIC_URL="https://raw.githubusercontent.com/izzy2fancy/AM2R-Autopatcher-Android/main/HDR_HQ_in-game_music"cleanup_directories() { +HQ_MUSIC_URL="https://raw.githubusercontent.com/izzy2fancy/AM2R-Autopatcher-Android/main/HDR_HQ_in-game_music" local directories=("assets" "AM2RWrapper" "$DATA_FOLDER" "HDR_HQ_in-game_music") for dir in "${directories[@]}"; do