diff options
Diffstat (limited to 'data/freedesktop.org.xml.in')
-rw-r--r-- | data/freedesktop.org.xml.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 367483a7..48605c2b 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -1528,6 +1528,17 @@ command to generate the output files. </magic> <glob pattern="*.arj"/> </mime-type> + <mime-type type="application/x-asar"> + <comment>Electron Archive (ASAR)</comment> + <acronym>ASAR</acronym> + <expanded-acronym>Atom Shell Archive Format</expanded-acronym> + <magic priority="50"> + <match type="string" value="\004\000\000\000" offset="0"> + <match type="string" value="{"files":" offset="16"/> + </match> + </magic> + <glob pattern="*.asar"/> + </mime-type> <mime-type type="application/x-asp"> <comment>ASP page</comment> <acronym>ASP</acronym> |