Fixed incorrect mime type in ncc-package.xml
This update addresses a mistake in the `ncc-package.xml` file, where the wrong mime type was specified. The mime type has been corrected from `application/ncc-package` to `application/ncc` and the glob pattern from `*.ncc_pkg` to `*.ncc`. This change will ensure proper recognition and handling of the file type.
This commit is contained in:
parent
4ef923b83c
commit
89b0c931b9
2 changed files with 3 additions and 2 deletions
|
@ -21,11 +21,11 @@
|
|||
-->
|
||||
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/ncc-package">
|
||||
<mime-type type="application/ncc">
|
||||
<comment>ncc package binary</comment>
|
||||
<magic priority="50">
|
||||
<match type="string" value="ncc_pkg" offset="0"/>
|
||||
</magic>
|
||||
<glob pattern="*.ncc_pkg"/>
|
||||
<glob pattern="*.ncc"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
Loading…
Add table
Add a link
Reference in a new issue