summarylogtreecommitdiffstats
path: root/osu-lazer-git.xml
diff options
context:
space:
mode:
authorNguyễn Chính Hữu2021-04-20 10:22:09 +0700
committerNguyễn Chính Hữu2021-04-20 10:22:09 +0700
commit866394949628011c5fbf8cfb4ee7f67ab5880c35 (patch)
treeefda768fe9b01079e60659125bd5d25a482417ac /osu-lazer-git.xml
parent062e378a6715b5f2332914eda8253d728725ea65 (diff)
downloadaur-866394949628011c5fbf8cfb4ee7f67ab5880c35.tar.gz
Clean up
Diffstat (limited to 'osu-lazer-git.xml')
-rw-r--r--osu-lazer-git.xml43
1 files changed, 27 insertions, 16 deletions
diff --git a/osu-lazer-git.xml b/osu-lazer-git.xml
index 31e791807f5e..db7c33516715 100644
--- a/osu-lazer-git.xml
+++ b/osu-lazer-git.xml
@@ -1,21 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
- <mime-type type="application/x-osu-beatmap">
- <comment>osu! Beatmap</comment>
- <icon name="application-x-osu-lazer"/>
- <glob pattern="*.osz"/>
- </mime-type>
+ <mime-type type="application/x-osu-storyboard">
+ <comment>osu! storyboard</comment>
+ <icon name="application-x-osu-lazer"/>
+ <glob pattern="*.osb"/>
+ </mime-type>
- <mime-type type="application/x-osu-skin">
- <comment>osu! Skin</comment>
- <icon name="application-x-osu-lazer"/>
- <glob pattern="*.osk"/>
- </mime-type>
+ <mime-type type="application/x-osu-skin-archive">
+ <comment>osu! skin archive</comment>
+ <icon name="application-x-osu-lazer"/>
+ <glob pattern="*.osk"/>
+ </mime-type>
- <mime-type type="application/x-osu-replay">
- <comment>osu! Replay</comment>
- <icon name="application-x-osu-lazer"/>
- <glob pattern="*.osr"/>
- </mime-type>
-</mime-info>
+ <mime-type type="application/x-osu-replay">
+ <comment>osu! replay</comment>
+ <icon name="application-x-osu-lazer"/>
+ <glob pattern="*.osr"/>
+ </mime-type>
+
+ <mime-type type="application/x-osu-beatmap">
+ <comment>osu! beatmap</comment>
+ <icon name="application-x-osu-lazer"/>
+ <glob pattern="*.osu"/>
+ </mime-type>
+ <mime-type type="application/x-osu-beatmap-archive">
+ <comment>osu! beatmap archive</comment>
+ <icon name="application-x-osu-lazer"/>
+ <glob pattern="*.osz"/>
+ </mime-type>
+</mime-info>