diff options
Diffstat (limited to 'games/frotz/frotz.xml')
-rw-r--r-- | games/frotz/frotz.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/frotz/frotz.xml b/games/frotz/frotz.xml new file mode 100644 index 0000000000000..ec743855dbebf --- /dev/null +++ b/games/frotz/frotz.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="application/x-zmachine"> + <comment>Z-Machine Story File</comment> + <glob pattern="*.z1"/> + <glob pattern="*.z2"/> + <glob pattern="*.z3"/> + <glob pattern="*.z4"/> + <glob pattern="*.z5"/> + <glob pattern="*.z6"/> + <glob pattern="*.z7"/> + <glob pattern="*.z8"/> + <glob pattern="*.blorb"/> + <glob pattern="*.zblorb"/> + <glob pattern="*.blb"/> + <generic-icon name="frotz-infocom" /> + </mime-type> +</mime-info> |