From 88511214f0c862393105c2ccdb26fc9bf13bc049 Mon Sep 17 00:00:00 2001 From: nift4 Date: Fri, 6 Sep 2024 17:54:44 +0200 Subject: [PATCH] microG Installer Revived 4.0.1-0 --- customize.sh | 2 +- module.prop | 4 ++-- update.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/customize.sh b/customize.sh index 4845c49..231ce99 100644 --- a/customize.sh +++ b/customize.sh @@ -74,5 +74,5 @@ if (echo "$DUMP_VD" | grep "android.permission.FAKE_PACKAGE_SIGNATURE") >/dev/nu else ui_print "- Installing Play Store" fi -cp "VD_PATH" "$MODPATH/system/priv-app/Phonesky/Phonesky.apk" +cp "$VD_PATH" "$MODPATH/system/priv-app/Phonesky/Phonesky.apk" mmm_exec hideLoading diff --git a/module.prop b/module.prop index 9e19b6d..395f73c 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=microg_installer name=microG Installer Revived -version=Revived 4.0.0-0 -versionCode=40000 +version=Revived 4.0.1-0 +versionCode=40010 author=nift4 description=Install microG GmsCore, Companion (or Play Store if you want so), GsfProxy and MapsV1 to /system/ updateJson=https://raw.github.com/nift4/microg_installer_revived/master/update.json diff --git a/update.json b/update.json index ccf7877..8227ce1 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "Revived 4.0.0-0", - "versionCode": 40000, - "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v4.0.0-0/microG_Installer_Revived.zip", - "changelog": "https://github.com/nift4/microg_installer_revived/raw/v4.0.0-0/CHANGELOG" + "version": "Revived 4.0.1-0", + "versionCode": 40010, + "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v4.0.1-0/microG_Installer_Revived.zip", + "changelog": "https://github.com/nift4/microg_installer_revived/raw/v4.0.1-0/CHANGELOG" }