summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2024-06-04 22:53:50 -0600
committerDavid Faure <faure@kde.org>2024-06-16 10:28:23 +0000
commit6d16b232852b6b0f429f52931bde05dc298c16a4 (patch)
tree21e4da637eab5e32d644fc44a8bf6402ea2dd2bc
parent28ff15562ea7374e7e6982b6027d415b6be46734 (diff)
Remove redundant "MZ" magic from application/x-executable
The same magic with higher priority already belongs to application/x-msdownload, which is a subset of application/x-executable.
-rw-r--r--data/freedesktop.org.xml.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 90b4d99..a9cbab1 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -2472,7 +2472,6 @@ command to generate the output files.
<match type="string" value="\177ELF" offset="0">
<match type="byte" value="2" offset="5"/>
</match>
- <match type="string" value="MZ" offset="0"/>
<match type="little16" value="0x521c" offset="0"/>
<match type="host16" value="0420" offset="0"/>
<match type="host16" value="0421" offset="0"/>