Unified Linux package creation into single script 'setup/Linux/createPackages.sh' that uses 'linuxdeployqt' for both the '.tar.gz' and '.AppImage' package.
15 lines
480 B
XML
15 lines
480 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-sourcetrail">
|
|
<comment>Sourcetrail Project File</comment>
|
|
<icon name="project-sourcetrail"/>
|
|
<glob-deleteall/>
|
|
<glob pattern="*.srctrlprj"/>
|
|
</mime-type>
|
|
<mime-type type="application/x-sourcetrail">
|
|
<comment>Sourcetrail Database</comment>
|
|
<glob-deleteall/>
|
|
<glob pattern="*.srctrldb"/>
|
|
</mime-type>
|
|
</mime-info>
|