Skip to content

Commit bebe294

Browse files
authored
Update draft.md
1 parent adf0589 commit bebe294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

draft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ An [AppImage] which conforms to the type 2 image format:
131131
* **MUST NOT** rely on any specific file name extension, although it is **RECOMMENDED** that the file name extension `.AppImage` is used whenever a file name extension is desired. Futher it is **RECOMMENDED** to follow the naming scheme `ApplicationName-$VERSION-$ARCH.AppImage` in cases in which it is desired to convey this information in the file name
132132
* **SHOULD** not be encapsulated in another archive/container format during download or when stored
133133
* **MUST** work even when stored in a filesystem path that contains blanks or when stored with a file name that contains blanks
134-
* **MAY** embed [update information] in the ELF PT_NOTE section `.note.upd-info`. If the information in this location is not in one of the known [update information] formats, then it **SHOULD** be empty and/or be ignored
134+
* **MAY** embed [update information] in the ELF section `.upd_info`. If the information in this location is not in one of the known [update information] formats, then it **SHOULD** be empty and/or be ignored
135135
* **SHOULD** contain the magic hex `0x414902` at offset 8 ([why?](https://github.com/probonopd/AppImageKit/issues/144))
136136

137137
### Contents of the image

0 commit comments

Comments
 (0)