mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-02 03:40:13 +00:00
fix F-Droid and microG package creation
This commit is contained in:
parent
3dc6e2ce25
commit
15f7dbbf6f
@ -13,7 +13,7 @@ create_fdroid_package() {
|
||||
zip_add "system/app/FDroid/"
|
||||
zip_add "system/priv-app/FDroidPrivileged/"
|
||||
zip_add "system/etc/permissions/org.fdroid.fdroid.privileged.xml"
|
||||
zip_add "system/bin/unzip*"
|
||||
zip_add "system/xbin/unzip*"
|
||||
cd "${CWD}"
|
||||
|
||||
cd "${CWD}/F-Droid"
|
||||
|
@ -19,10 +19,10 @@ create_microg_package() {
|
||||
zip_add "system/priv-app/${app}/"
|
||||
done
|
||||
|
||||
for input in "system/bin/nanodroid*" "system/bin/novl" \
|
||||
"system/bin/npem" "system/bin/nprp" "system/bin/nupd" \
|
||||
"system/bin/nutl" "system/bin/aapt*" "system/bin/column*" \
|
||||
"system/bin/unzip*" "system/framework/" "gsync/" \
|
||||
for input in "system/xbin/nanodroid*" "system/xbin/novl" \
|
||||
"system/xbin/npem" "system/xbin/nprp" "system/xbin/nupd" \
|
||||
"system/xbin/nutl" "system/xbin/aapt*" "system/xbin/column*" \
|
||||
"system/xbin/unzip*" "system/framework/" "gsync/" \
|
||||
"system/etc/permissions/" "system/etc/sysconfig/" \
|
||||
"system/etc/default-permissions/" "swipe/"; do
|
||||
zip_add "${input}"
|
||||
|
Loading…
Reference in New Issue
Block a user