Skip to content

Commit

Permalink
Unity v1.7.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zackptg5 committed Sep 20, 2018
1 parent 23242a1 commit cc75084
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Built with Unity installer by Zackptg5 (https://github.com/Zackptg5/Unity) and A
[More details in support thread](https://forum.xda-developers.com/android/software-hacking/mod-universal-init-d-injector-wip-t3692105).

## Change Log
### v1.7.1 - 9.20.2018
* Unity v1.7.1 update

### v1.7 - 9.2.2018
* Unity v1.7 update

Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=InitdInjector
name=Init.d Injector
version=v1.7
versionCode=10
version=v1.7.1
versionCode=11
author=Zackptg5
description=Adds init.d support
support=https://forum.xda-developers.com/android/software-hacking/mod-universal-init-d-injector-wip-t3692105
Expand Down

0 comments on commit cc75084

Please sign in to comment.