Browse Source

Rebrand to MindTheGapps

* Thanks to mikeioannina for the name suggestion

Signed-off-by: Paul Keith <[email protected]>
Paul Keith 8 years ago
parent
commit
d8345ea375
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build/gapps.sh
  2. 1 1
      build/meta/com/google/android/update-binary

+ 1 - 1
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

+ 1 - 1
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"