From 922cd0fecfca85c6d7b76287c28afe8ddd12521f Mon Sep 17 00:00:00 2001 From: cibersheep Date: Sat, 3 Dec 2016 22:14:07 +0100 Subject: [PATCH] Update manifest.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to current framework - "name": should match: «hooks name».«nickname» --- platform/ubuntu-touch/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/ubuntu-touch/manifest.json b/platform/ubuntu-touch/manifest.json index 380ec6917..4bb99d785 100644 --- a/platform/ubuntu-touch/manifest.json +++ b/platform/ubuntu-touch/manifest.json @@ -1,7 +1,7 @@ { "architecture": "armhf", "description": "An ebook reader application supports PDF, DJVU, EPUB, FB2 and much more, running on Kindle, Kobo, PocketBook, Ubuntu touch and Android devices", - "framework": "ubuntu-sdk-14.10", + "framework": "ubuntu-sdk-15.04.6", "hooks": { "koreader": { "apparmor": "koreader.apparmor", @@ -9,7 +9,7 @@ } }, "maintainer": "Huang Xin ", - "name": "org.koreader.koreader", + "name": "koreader.koreader", "title": "Koreader for Ubuntu touch", "version": "0.0.1" }