Ad5001
10fa30e2aa
*in preparation for snapcraft. - Moving application launch to it's separate file - Removing "install_after_setup" script because it's redundant with setup.py. - Fixed issue with xdg-icon-resource not being able to install svg files. - Better prefix handling in setup.py - Adding logarithmplotter.svg to import files - Adding weight for mime-type not to be overloaded by text/plain. - Using more appropriate properties for desktop files. Also: - Fixed reference link in MacOS plist file.
12 lines
553 B
XML
12 lines
553 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-logarithm-plot">
|
|
<comment>Logarithm Plot File</comment>
|
|
<comment xml:lang="fr">Fichier Graphe Logarithmique</comment>
|
|
<icon name="application-x-logarithm-plot"/>
|
|
<glob-deleteall/>
|
|
<glob weight="60" pattern="*.json"/>
|
|
<glob weight="60" pattern="*.lgg"/>
|
|
<glob weight="60" pattern="*.lpf"/>
|
|
</mime-type>
|
|
</mime-info>
|