|
| 1 | +diff --git a/osu-file-extensions.xml b/osu-file-extensions.xml |
| 2 | +index 9270d15..43add11 100644 |
| 3 | +--- a/osu-file-extensions.xml |
| 4 | ++++ b/osu-file-extensions.xml |
| 5 | +@@ -6,37 +6,37 @@ |
| 6 | + <magic priority="60"> |
| 7 | + <match type="string" offset="0" value="osu file format v"/> |
| 8 | + </magic> |
| 9 | +- <icon name="osu!"/> |
| 10 | ++ <icon name="osu!mime"/> |
| 11 | + <comment>osu! beatmap</comment> |
| 12 | + </mime-type> |
| 13 | + <mime-type type="application/x-osu-storyboard"> |
| 14 | + <glob pattern="*.osb"/> |
| 15 | + <sub-class-of type="text/plain"/> |
| 16 | +- <icon name="osu!"/> |
| 17 | ++ <icon name="osu!mime"/> |
| 18 | + <comment>osu! storyboard</comment> |
| 19 | + </mime-type> |
| 20 | + <mime-type type="application/x-osu-skin-archive"> |
| 21 | + <glob pattern="*.osk"/> |
| 22 | + <sub-class-of type="application/zip"/> |
| 23 | +- <icon name="osu!"/> |
| 24 | ++ <icon name="osu!mime"/> |
| 25 | + <comment>osu! skin archive</comment> |
| 26 | + </mime-type> |
| 27 | + <mime-type type="application/x-osu-replay"> |
| 28 | + <glob pattern="*.osr"/> |
| 29 | + <sub-class-of type="application/octet-stream"/> |
| 30 | +- <icon name="osu!"/> |
| 31 | ++ <icon name="osu!mime"/> |
| 32 | + <comment>osu! replay</comment> |
| 33 | + </mime-type> |
| 34 | + <mime-type type="application/x-osu-beatmap-archive"> |
| 35 | + <glob pattern="*.osz"/> |
| 36 | + <sub-class-of type="application/zip"/> |
| 37 | +- <icon name="osu!"/> |
| 38 | ++ <icon name="osu!mime"/> |
| 39 | + <comment>osu! beatmap archive</comment> |
| 40 | + </mime-type> |
| 41 | + <mime-type type="application/x-osu-beatmap-archive"> |
| 42 | + <glob pattern="*.osz2"/> |
| 43 | + <sub-class-of type="application/zip"/> |
| 44 | +- <icon name="osu!"/> |
| 45 | ++ <icon name="osu!mime"/> |
| 46 | + <comment>osu! beatmap archive</comment> |
| 47 | + </mime-type> |
| 48 | + </mime-info> |
0 commit comments