Fix path to icons
https://discourse.appimage.org/t/correct-icons-path-in-an-appimage-tree/334/3?u=probono
This commit is contained in:
@@ -55,7 +55,8 @@ You'll need to provide the basic structure of an `AppDir` which should look some
|
|||||||
└── icons
|
└── icons
|
||||||
└── <theme>
|
└── <theme>
|
||||||
└── <resolution>
|
└── <resolution>
|
||||||
└── your_app.png
|
└── apps
|
||||||
|
└── your_app.png
|
||||||
```
|
```
|
||||||
Replace `<theme>` and `<resolution>` 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.
|
Replace `<theme>` and `<resolution>` 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user