You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ An [AppImage] which conforms to the type 2 image format:
143
143
***MUST** contain a file named `AppRun` in its root directory
144
144
***SHOULD** contain a [payload application] that is ultimately executed when the [AppImage] is executed
145
145
***SHOULD** contain exactly one `$APPNAME.desktop` file in its root directory with `$APPNAME` being the name of the [payload application]
146
-
***MAY** contain an `$APPNAME.png` file in its root directory with `$APPNAME` being the name of the [payload application] as set in the `Icon=` key of the `$APPNAME.desktop` file. If present, this icon **SHOULD** be given preference as the icon being used to represent the [AppImage]. The icon **SHOULD** be a png with 256x256 or 512*512 pixels
146
+
***MAY** contain an `$APPNAME.png` file in its root directory with `$APPNAME` being the name of the [payload application] as set in the `Icon=` key of the `$APPNAME.desktop` file. If present, this icon **SHOULD** be given preference as the icon being used to represent the [AppImage]. The icon **SHOULD** be a PNG with 256x256 or 512x512 pixels
147
147
***SHOULD** contain a `.DirIcon` file as per the [AppDir] specification
148
148
149
149
#### The `AppRun` file:
@@ -166,7 +166,7 @@ An [AppImage] which conforms to the type 2 image format:
166
166
167
167
### Metadata
168
168
169
-
Setion to be expanded; additional metadata is being discussed on <https://github.com/probonopd/AppImageKit/issues/59>
169
+
Section to be expanded; additional metadata is being discussed on <https://github.com/probonopd/AppImageKit/issues/59>
0 commit comments