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"