diff --git a/appinfo/app.php b/appinfo/app.php index aaf3d3c..e85b61f 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -25,7 +25,7 @@ if (class_exists('\OCP\AppFramework\App')) { // the icon that will be shown in the navigation // this file needs to exist in img/ - 'icon' => \OCP\Util::imagePath('weather', 'images/app-icon.png'), + 'icon' => \OCP\Util::imagePath('weather', 'app-icon.png'), // the title of your application. This will be used in the // navigation or on the settings page of your app diff --git a/images/CREDITS.md b/img/CREDITS.md similarity index 100% rename from images/CREDITS.md rename to img/CREDITS.md diff --git a/images/app-icon.png b/img/app-icon.png similarity index 100% rename from images/app-icon.png rename to img/app-icon.png diff --git a/images/clouds.png b/img/clouds.png similarity index 100% rename from images/clouds.png rename to img/clouds.png diff --git a/images/mist.png b/img/mist.png similarity index 100% rename from images/mist.png rename to img/mist.png diff --git a/images/rain.jpg b/img/rain.jpg similarity index 100% rename from images/rain.jpg rename to img/rain.jpg diff --git a/images/snow.png b/img/snow.png similarity index 100% rename from images/snow.png rename to img/snow.png diff --git a/images/sun.png b/img/sun.png similarity index 100% rename from images/sun.png rename to img/sun.png diff --git a/images/thunderstorm.png b/img/thunderstorm.png similarity index 100% rename from images/thunderstorm.png rename to img/thunderstorm.png diff --git a/templates/main.php b/templates/main.php index 655d3e2..715b150 100644 --- a/templates/main.php +++ b/templates/main.php @@ -30,7 +30,7 @@