diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-29 15:00:54 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-29 15:00:54 +0200 |
| commit | a2cc1d08fdb5b991e5a47e74e6e534747e330c7c (patch) | |
| tree | 7ed49f24b04a543ab2577abc05814f5009a67932 /app/mime.xml | |
| parent | 6df08042ae4509ef2c8fd469babf6eb1c1cfbabf (diff) | |
| download | turns-a2cc1d08fdb5b991e5a47e74e6e534747e330c7c.tar.xz turns-a2cc1d08fdb5b991e5a47e74e6e534747e330c7c.zip | |
app: add mime type definition
Diffstat (limited to 'app/mime.xml')
| -rw-r--r-- | app/mime.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/mime.xml b/app/mime.xml new file mode 100644 index 0000000..92e0ff4 --- /dev/null +++ b/app/mime.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="text/x-turn-order"> + <comment>Turn order file</comment> + <icon name="text-plain"/> + <glob-deleteall/> + <glob pattern="*.trns"/> + </mime-type> +</mime-info>
\ No newline at end of file |
