diff --git a/patcher.sh b/patcher.sh index ded1959..1987684 100755 --- a/patcher.sh +++ b/patcher.sh @@ -90,6 +90,9 @@ if [ "$INPUT" = "y" ]; then echo "Downloading HQ music..." wget https://github.com/izzy2fancy/AM2R-Autopatcher-Android/releases/download/2.0/HDR_HQ_in-game_music.zip yes | unzip HDR_HQ_in-game_music.zip -d ./ + echo "Copying HQ music..." + cp -f HDR_HQ_in-game_music/*.ogg "${OUTPUT}"/ + rm -rf HDR_HQ_in-game_music/ fi echo "Updating lang folder..."