mirror of
https://github.com/opengapps/opengapps.git
synced 2025-11-08 07:54:31 +00:00
Removed all references to sizes.prop
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
+1
-1
Submodule sources/all updated: a9cee06837...5f1338ab67
+1
-1
Submodule sources/arm updated: ac15f0447d...b1bf0eeb85
+1
-1
Submodule sources/arm64 updated: 1314c86526...946c29b1c4
+1
-1
Submodule sources/x86 updated: 4968f133a8...53ed8f7b27
Reference in New Issue
Block a user