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
@@ -113,7 +113,7 @@ An [AppImage] which conforms to the type 1 image format:
113
113
***MUST** use [Rock Ridge](http://www.ymi.com/ymi/sites/default/files/pdf/Rockridge.pdf) extensions
114
114
***MAY** use [Joliet](http://support.microsoft.com/kb/125630) extensions
115
115
***SHOULD** use [zisofs](http://libburnia-project.org/wiki/zisofs) compression
116
-
***MUST** be a vaild[ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) executable
116
+
***MUST** be a valid[ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) executable
117
117
***MUST**, when executed, mount the [AppImage] and execute the executable file `AppRun` contained in the root of the ISO 9660 filesystem
118
118
***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
119
119
***SHOULD** not be encapsulated in another archive/container format during download or when stored
@@ -125,7 +125,7 @@ An [AppImage] which conforms to the type 1 image format:
125
125
126
126
An [AppImage] which conforms to the type 2 image format:
127
127
128
-
***MUST** be a vaild[ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) executable
128
+
***MUST** be a valid[ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) executable
129
129
***MUST** have appended to it a filesystem that the ELF part can mount
130
130
***MUST**, when executed, mount the [AppImage] and execute the executable file `AppRun` contained in the root of the filesystem image
131
131
***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
0 commit comments