From 9c9625b0f6520f80996e17304805d8bae421f44c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 2 May 2014 17:25:05 +0200 Subject: add parser for app.json file, parsing jobs and hooks still left --- appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appinfo/app.php') diff --git a/appinfo/app.php b/appinfo/app.php index e56d3ecb7..749f64601 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -28,7 +28,7 @@ namespace OCA\News; // the icon that will be shown in the navigation // this file needs to exist in img/example.png - 'icon' => \OCP\Util::imagePath('news', 'news.svg'), + 'icon' => \OCP\Util::imagePath('news', 'app.svg'), // the title of your application. This will be used in the // navigation or on the settings page of your app -- cgit v1.2.3