From d8345ea37500c2b999c9c4c0d51ff3340c2b3256 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sat, 8 Apr 2017 08:39:09 -0500 Subject: [PATCH] Rebrand to MindTheGapps * Thanks to mikeioannina for the name suggestion Signed-off-by: Paul Keith --- build/gapps.sh | 2 +- build/meta/com/google/android/update-binary | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/gapps.sh b/build/gapps.sh index 1d58605..ab6641b 100755 --- a/build/gapps.sh +++ b/build/gapps.sh @@ -69,7 +69,7 @@ function create() { } function zipit() { - BUILDZIP=gapps-$ANDROIDV-$GARCH-$DATE.zip + BUILDZIP=MindTheGapps-$ANDROIDV-$GARCH-$DATE.zip echo "Importing installation scripts..." test -d $OUT/$GARCH/META-INF || mkdir $OUT/$GARCH/META-INF; cp -r $METAINF/* $OUT/$GARCH/META-INF/ && echo "Meta copied" >> $GLOG diff --git a/build/meta/com/google/android/update-binary b/build/meta/com/google/android/update-binary index 2220115..f743071 100644 --- a/build/meta/com/google/android/update-binary +++ b/build/meta/com/google/android/update-binary @@ -16,7 +16,7 @@ set_owner() { } ui_print "*****************" -ui_print "Gapps installer" +ui_print "MindTheGapps installer" ui_print "*****************" ui_print "Mounting /system"