fixes to hq music

main
Miepee 5 years ago
parent 96adc189af
commit 835fa01b3a

@ -11,10 +11,17 @@ if [ -d "assets/" ]; then
rm -rf assets/ rm -rf assets/
fi fi
if [ -d "$AM2RWrapper/" ]; then if [ -d "AM2RWrapper/" ]; then
rm -rf AM2RWrapper/ rm -rf AM2RWrapper/
fi fi
if [ -d "data/" ]; then
rm -rf data/
fi
if [ -d "HDR_HQ_in-game_music/" ]; then
rm -rf HDR_HQ_in-game_music
fi
echo "-------------------------------------------" echo "-------------------------------------------"
echo "" echo ""
echo "AM2R 1.5.2 Shell Autopatching Utility" echo "AM2R 1.5.2 Shell Autopatching Utility"
@ -79,7 +86,7 @@ if [ $INPUT = "y" ]; then
svn export https://github.com/Miepee/AM2R-Autopatcher-Android/trunk/HDR_HQ_in-game_music svn export https://github.com/Miepee/AM2R-Autopatcher-Android/trunk/HDR_HQ_in-game_music
echo "Copying HQ music..." echo "Copying HQ music..."
cp -f HDR_HQ_in-game_music/*.ogg "${OUTPUT}"/ cp -f HDR_HQ_in-game_music/*.ogg "${OUTPUT}"/
rm -rf HDQ_HQ_in-game_music/ rm -rf HDR_HQ_in-game_music/
fi fi
echo "updating lang folder..." echo "updating lang folder..."
@ -109,7 +116,7 @@ cp -Rp assets AM2RWrapper
apktool b AM2RWrapper -o AM2R-"${VERSION}".apk apktool b AM2RWrapper -o AM2R-"${VERSION}".apk
# Cleanup # Cleanup
rm -R assets/ AM2RWrapper/ rm -R assets/ AM2RWrapper/ data/ HDR_HQ_in-game_music/
# Move APK # Move APK
mv AM2R-"${VERSION}".apk ~/storage/downloads/AM2R-"${VERSION}".apk mv AM2R-"${VERSION}".apk ~/storage/downloads/AM2R-"${VERSION}".apk

Loading…
Cancel
Save