Rebrand to MindTheGapps

* Thanks to mikeioannina for the name suggestion

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
Paul Keith
2017-04-08 08:39:09 -05:00
parent 1e2facf59c
commit d8345ea375
2 changed files with 2 additions and 2 deletions

View File

@@ -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