2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-19 21:25:38 +00:00

minor fix

This commit is contained in:
Christopher Roy Bratusek 2018-03-15 21:03:22 +01:00
parent c66f459219
commit e898ba7936

View File

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