From 20db0adce730c19e64595d876534ec6e275632ef Mon Sep 17 00:00:00 2001 From: izzy2fancy <121840901+izzy2fancy@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:41:14 -0500 Subject: [PATCH] Forgot to put unzip --- patcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patcher.sh b/patcher.sh index 22b08b1..ded1959 100755 --- a/patcher.sh +++ b/patcher.sh @@ -89,7 +89,7 @@ echo "" 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 | HDR_HQ_in-game_music.zip -d ./ +yes | unzip HDR_HQ_in-game_music.zip -d ./ fi echo "Updating lang folder..."