Skip to content

Commit 5b1d5c9

Browse files
authored
Update draft.md
1 parent 5740b3d commit 5b1d5c9

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
@@ -133,7 +133,7 @@ An [AppImage] which conforms to the type 2 image format:
133133
* **MUST** work even when stored in a filesystem path that contains blanks or when stored with a file name that contains blanks
134134
* **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
* **MAY** embed a digital signature in the ELF section `.sha256_sig`. If this section exists then it **MUST** either be empty (filled with `0x00` padding) or contain a valid digital signature of the sha256 of the AppImage assuming the ELF section `.sha256_sig` being filled with `0x00` padding ([why?](https://github.com/probonopd/AppImageKit/issues/238#issuecomment-249412813))
136-
* **SHOULD** contain the magic hex `0x414902` at offset 8 ([why?](https://github.com/probonopd/AppImageKit/issues/144))
136+
* **MUST** contain the magic hex `0x414902` at offset 8 ([why?](https://github.com/probonopd/AppImageKit/issues/144))
137137

138138
### Contents of the image
139139

0 commit comments

Comments
 (0)