[Application] Add single instance guard and mime types.

Took 2 hours 39 minutes
This commit is contained in:
Lukas Brübach 2026-04-04 15:36:46 +02:00
parent 690a00aa6c
commit 3e5124f0c0
8 changed files with 190 additions and 1 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-cockatrice">
<comment>Cockatrice Deck File</comment>
<glob pattern="*.cod"/>
</mime-type>
</mime-info>