Skip to content

Commit 86b4eca

Browse files
committed
Update default map
1 parent bb4099f commit 86b4eca

File tree

1 file changed

+92
-1
lines changed

1 file changed

+92
-1
lines changed

src/Map/DefaultMap.php

Lines changed: 92 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6326,6 +6326,29 @@ public function getFileName(): string
63266326
0 => 'arc',
63276327
),
63286328
),
6329+
'application/x-freedesktop-appstream-component' =>
6330+
array (
6331+
'desc' =>
6332+
array (
6333+
0 => 'AppStream software component',
6334+
),
6335+
'e' =>
6336+
array (
6337+
0 => 'metainfo.xml',
6338+
1 => 'appdata.xml',
6339+
),
6340+
),
6341+
'application/x-freedesktop-appstream-releases' =>
6342+
array (
6343+
'desc' =>
6344+
array (
6345+
0 => 'AppStream releases information',
6346+
),
6347+
'e' =>
6348+
array (
6349+
0 => 'releases.xml',
6350+
),
6351+
),
63296352
'application/x-futuresplash' =>
63306353
array (
63316354
'e' =>
@@ -9894,6 +9917,18 @@ public function getFileName(): string
98949917
0 => 'dsf',
98959918
),
98969919
),
9920+
'audio/x-dsp' =>
9921+
array (
9922+
'desc' =>
9923+
array (
9924+
0 => 'Dynamic Studio module audio',
9925+
),
9926+
'e' =>
9927+
array (
9928+
0 => 'dsm',
9929+
1 => 'dsp',
9930+
),
9931+
),
98979932
'audio/x-flac+ogg' =>
98989933
array (
98999934
'a' =>
@@ -13516,6 +13551,19 @@ public function getFileName(): string
1351613551
0 => 'nix',
1351713552
),
1351813553
),
13554+
'text/x-nsis' =>
13555+
array (
13556+
'desc' =>
13557+
array (
13558+
0 => 'NSIS Script',
13559+
1 => 'NSIS: Nullsoft Scriptable Install System',
13560+
),
13561+
'e' =>
13562+
array (
13563+
0 => 'nsi',
13564+
1 => 'nsh',
13565+
),
13566+
),
1351913567
'text/x-objc++src' =>
1352013568
array (
1352113569
'desc' =>
@@ -15224,6 +15272,13 @@ public function getFileName(): string
1522415272
0 => 'text/cache-manifest',
1522515273
),
1522615274
),
15275+
'appdata.xml' =>
15276+
array (
15277+
't' =>
15278+
array (
15279+
0 => 'application/x-freedesktop-appstream-component',
15280+
),
15281+
),
1522715282
'appimage' =>
1522815283
array (
1522915284
't' =>
@@ -16967,11 +17022,19 @@ public function getFileName(): string
1696717022
0 => 'text/x-dsl',
1696817023
),
1696917024
),
17025+
'dsm' =>
17026+
array (
17027+
't' =>
17028+
array (
17029+
0 => 'audio/x-dsp',
17030+
),
17031+
),
1697017032
'dsp' =>
1697117033
array (
1697217034
't' =>
1697317035
array (
16974-
0 => 'text/x-ms-visualstudio.project',
17036+
0 => 'audio/x-dsp',
17037+
1 => 'text/x-ms-visualstudio.project',
1697517038
),
1697617039
),
1697717040
'dssc' =>
@@ -20277,6 +20340,13 @@ public function getFileName(): string
2027720340
0 => 'application/metalink4+xml',
2027820341
),
2027920342
),
20343+
'metainfo.xml' =>
20344+
array (
20345+
't' =>
20346+
array (
20347+
0 => 'application/x-freedesktop-appstream-component',
20348+
),
20349+
),
2028020350
'metalink' =>
2028120351
array (
2028220352
't' =>
@@ -21244,6 +21314,20 @@ public function getFileName(): string
2124421314
0 => 'application/vnd.lotus-notes',
2124521315
),
2124621316
),
21317+
'nsh' =>
21318+
array (
21319+
't' =>
21320+
array (
21321+
0 => 'text/x-nsis',
21322+
),
21323+
),
21324+
'nsi' =>
21325+
array (
21326+
't' =>
21327+
array (
21328+
0 => 'text/x-nsis',
21329+
),
21330+
),
2124721331
'nsv' =>
2124821332
array (
2124921333
't' =>
@@ -23019,6 +23103,13 @@ public function getFileName(): string
2301923103
0 => 'text/x-reject',
2302023104
),
2302123105
),
23106+
'releases.xml' =>
23107+
array (
23108+
't' =>
23109+
array (
23110+
0 => 'application/x-freedesktop-appstream-releases',
23111+
),
23112+
),
2302223113
'rep' =>
2302323114
array (
2302423115
't' =>

0 commit comments

Comments
 (0)