Skip to content

Commit fc746b5

Browse files
authored
256x256 PNG file
1 parent c175fc6 commit fc746b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ An [AppImage] which conforms to the type 2 image format:
145145
* **SHOULD** contain exactly one `$APPNAME.desktop` file in its root directory with `$APPNAME` being the name of the [payload application]
146146
* **SHOULD** contain icon files below `usr/share/icons/hicolor` following the [Icon Theme Specification](https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html) for the icon identifier as set in the `Icon=` key of the `$APPNAME.desktop` file. If present, these icon files **SHOULD** be given preference as the icon being used to represent the [AppImage].
147147
* **MAY** contain an `$APPICON.svg`, `$APPICON.svgz` or `$APPICON.png` file in its root directory with `$APPICON` being the icon identifier as set in the `Icon=` key of the `$APPNAME.desktop` file. If present and no icon files matching the icon identifier present below `usr/share/icons/hicolor`, this icon **SHOULD** be given preference as the icon being used to represent the [AppImage]. If a PNG file, the icon **SHOULD** be of size 256x256, 512x512, or 1024x1024 pixels.
148-
* **MUST** contain a `.DirIcon` file as per the [AppDir] specification
148+
* **MUST** contain a `.DirIcon` file as per the [AppDir] specification which **SHOULD** be a 256x256 PNG file.
149149

150150
#### The `AppRun` file:
151151

0 commit comments

Comments
 (0)