From cad3b1c2624921887e97b5bbcfcd8746d86388ab Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 24 Aug 2018 21:26:33 +0200 Subject: [PATCH] Patcher: fix path to installer infofile --- patcher/CommonPatcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patcher/CommonPatcher b/patcher/CommonPatcher index bd2ed14..53658f7 100644 --- a/patcher/CommonPatcher +++ b/patcher/CommonPatcher @@ -350,7 +350,7 @@ install_services () { || error " !! failed to install services.jar" if [ "${install_path}" = "/" ]; then - echo /system/framework/services.jar >> /data/adb/.nanodroid-list + echo /system/framework/services.jar >> /data/adb/NanoDroid_FileList fi touch /data/adb/NanoDroid_Patched