diff --git a/META-INF/com/google/android/update-binary b/META-INF/com/google/android/update-binary index 1567bb2..62886b4 100644 --- a/META-INF/com/google/android/update-binary +++ b/META-INF/com/google/android/update-binary @@ -206,7 +206,7 @@ unity_install() { echo "#$MODID-UnityIndicator" >> $RD/init.rc [ -f "$INSTALLER/common/ramdiskinstall.sh" ] && . $INSTALLER/common/ramdiskinstall.sh for FILE in $(find $INSTALLER/ramdisk -type f 2>/dev/null | sed "s|$INSTALLER||" 2>/dev/null); do - cp_ch $INSTALLER$FILE $BOOTDIR$FILE + cp_ch $INSTALLER$FILE $INSTALLER/common/unityfiles/boot$FILE done [ ! -s $INFORD ] && rm -f $INFORD fi diff --git a/README.md b/README.md index bc22bd8..d74204a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ This module enables ViPER4Android FX (You can choose between Material, 2.5.0.5, * All root solutions (requires init.d support if not using magisk or supersu. Try [Init.d Injector](https://forum.xda-developers.com/android/software-hacking/mod-universal-init-d-injector-wip-t3692105)) ## Change Log +### v1.7.4 - 9.20.2018 +* Unity v1.7.1 update + ### v1.7.3 - 9.2.2018 * Unity v1.7 update diff --git a/module.prop b/module.prop index e81bfdb..30b8002 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=ViPER4AndroidFX name=ViPER4Android FX -version=v1.7.3 -versionCode=53 +version=v1.7.4 +versionCode=54 author=ViPER520, ZhuHang, Ahrion, Zackptg5 description=ViPER4Android FX is an audio enhancing software to provide everyone with a better audio experience (You can choose between Material, 2.5.0.5, and 2.3.4.0 during install) support=https://forum.xda-developers.com/apps/magisk/module-viper4android-fx-2-5-0-5-t3577058