2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-17 21:26:22 +00:00

build-package: update microG pkg recipe

This commit is contained in:
Christopher Roy Bratusek 2019-07-06 20:36:42 +02:00
parent 3422ca8c49
commit c5c1ebca6b

View File

@ -12,8 +12,7 @@ create_microg_package() {
zip_add Full system/app/${app}/
done
for app in FakeStore GmsCore_Official GmsCore_NanoDroid \
Phonesky GsfProxy YalpStore; do
for app in FakeStore GmsCore Phonesky GsfProxy YalpStore; do
zip_add Full system/priv-app/${app}/
done