Removed all references to sizes.prop

This commit is contained in:
rapperskull
2015-06-20 23:49:19 +02:00
parent 6eeb1e6240
commit 115ef8a9ca
6 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ createzip() {
}
getzipfolders() {
zipfolders="Core GMSCore META-INF bkup_tail.sh g.prop gapps-remove.txt installer.data sizes.prop"
zipfolders="Core GMSCore META-INF bkup_tail.sh g.prop gapps-remove.txt installer.data"
if [ "$API" -gt "19" ]; then
zipfolders="$zipfolders Optional"
fi
+1 -2
View File
@@ -18,9 +18,8 @@ tee "$build"META-INF/com/google/android/update-binary > /dev/null <<'EOFILE'
# This Open GApps Shell Script Installer includes code derived from the TK GApps of @TKruzze and @osm0sis,
# The TK GApps are available under the GPLv3 from http://forum.xda-developers.com/android/software/tk-gapps-t3116347
#
unzip -o "$3" installer.data sizes.prop g.prop gapps-remove.txt bkup_tail.sh -d /tmp;
unzip -o "$3" installer.data g.prop gapps-remove.txt bkup_tail.sh -d /tmp;
. /tmp/installer.data;
. /tmp/sizes.prop;
# _____________________________________________________________________________________________________________________
# Declare Variables
ZIP="$3";