From e3083e3e79144f0dd8e5bca000d405dd052c2610 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 5 May 2018 09:51:19 +0200 Subject: [PATCH] Fix path to icons https://discourse.appimage.org/t/correct-icons-path-in-an-appimage-tree/334/3?u=probono --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 094f4ab..390e4fe 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ You'll need to provide the basic structure of an `AppDir` which should look some └── icons └── └── - └── your_app.png + └── apps + └── your_app.png ``` Replace `` and `` with (for example) `hicolor` and `256x256` respectively; see [icon theme spec](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html) for more details.