mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-19 21:25:38 +00:00
minor fix
This commit is contained in:
parent
c66f459219
commit
e898ba7936
@ -20,7 +20,7 @@ create_microg_package() {
|
||||
done
|
||||
|
||||
for input in "system/bin/nanodroid*" "system/bin/novl" \
|
||||
"system/bin/npem" "system/bin/prp" "system/bin/nupd" \
|
||||
"system/bin/npem" "system/bin/nprp" "system/bin/nupd" \
|
||||
"system/bin/nutl" "system/bin/aapt*" "system/bin/column*" \
|
||||
"system/bin/unzip*" "system/framework/" "gsync/" \
|
||||
"system/etc/permissions/" "system/etc/sysconfig/" \
|
||||
@ -28,8 +28,6 @@ create_microg_package() {
|
||||
zip_add "${input}"
|
||||
done
|
||||
|
||||
cd "${CWD}"
|
||||
|
||||
cd "${CWD}/microG"
|
||||
zip_add
|
||||
cd "${CWD}"
|
||||
|
Loading…
Reference in New Issue
Block a user