1707e07b34
* BUG: Fix mime type registration. git-svn-id: svn://localhost/gambas/trunk@4178 867c0c6c-44f3-4631-809d-bfa615b0a4ec
12 lines
No EOL
459 B
XML
12 lines
No EOL
459 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/x-gambas3">
|
|
<sub-class-of type="application/x-executable"/>
|
|
<comment>Gambas 3 executable</comment>
|
|
<comment xml:lang="fr">Exécutable Gambas 3</comment>
|
|
<magic priority="50">
|
|
<match type="string" value="#! /usr/bin/env gbr3" offset="0"/>
|
|
</magic>
|
|
<glob pattern="*.gambas" />
|
|
</mime-type>
|
|
</mime-info> |