blob: 064867eda64e4715e3c820b8300482f362b67a5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-osu-lazer-beatmap">
<comment>osu! Beatmap</comment>
<!-- iso 639-1 codes go in xml:lang -->
<comment xml:lang="fr">osu! Beatmap</comment>
<comment xml:lang="hk">osu! 譜面</comment>
<comment xml:lang="ja">osu! Beatmap</comment>
<comment xml:lang="zh">osu! 谱面</comment>
<icon name="osu-lazer"/>
<glob-deleteall/>
<glob pattern="*.osz"/>
<glob pattern="*.zip"/>
</mime-type>
</mime-info>
|