diff --git a/patcher.sh b/patcher.sh index fd9d1b3..a1acaa9 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://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" +REPO_URL="https://github.com/izzy2fancy/AM2R-Autopatcher-Android/raw/main/data" +HQ_MUSIC_URL="https://github.com/izzy2fancy/AM2R-Autopatcher-Android/raw/main/HDR_HQ_in-game_music" cleanup_directories() { local directories=("assets" "AM2RWrapper" "$DATA_FOLDER" "HDR_HQ_in-game_music")