2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-19 21:25:38 +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}/ zip_add Full system/app/${app}/
done done
for app in FakeStore GmsCore_Official GmsCore_NanoDroid \ for app in FakeStore GmsCore Phonesky GsfProxy YalpStore; do
Phonesky GsfProxy YalpStore; do
zip_add Full system/priv-app/${app}/ zip_add Full system/priv-app/${app}/
done done