Merge TUI and GUI binaries, using a new name

The appropriate interface will be chosen automatically.
This commit is contained in:
2023-06-11 16:18:21 +02:00
parent 7bcbc04b04
commit 238e7a2bb9
15 changed files with 209 additions and 180 deletions

10
tdv.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-stardict-ifo">
<comment>StarDict dictionary main file</comment>
<magic>
<match type="string" offset="0" value="StarDict's dict ifo file"/>
</magic>
<glob pattern="*.ifo"/>
</mime-type>
</mime-info>