-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osu-mime: rename icons to "osu!mime"
- Loading branch information
Showing
3 changed files
with
61 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
diff --git a/osu-file-extensions.xml b/osu-file-extensions.xml | ||
index 9270d15..43add11 100644 | ||
--- a/osu-file-extensions.xml | ||
+++ b/osu-file-extensions.xml | ||
@@ -6,37 +6,37 @@ | ||
<magic priority="60"> | ||
<match type="string" offset="0" value="osu file format v"/> | ||
</magic> | ||
- <icon name="osu!"/> | ||
+ <icon name="osu!mime"/> | ||
<comment>osu! beatmap</comment> | ||
</mime-type> | ||
<mime-type type="application/x-osu-storyboard"> | ||
<glob pattern="*.osb"/> | ||
<sub-class-of type="text/plain"/> | ||
- <icon name="osu!"/> | ||
+ <icon name="osu!mime"/> | ||
<comment>osu! storyboard</comment> | ||
</mime-type> | ||
<mime-type type="application/x-osu-skin-archive"> | ||
<glob pattern="*.osk"/> | ||
<sub-class-of type="application/zip"/> | ||
- <icon name="osu!"/> | ||
+ <icon name="osu!mime"/> | ||
<comment>osu! skin archive</comment> | ||
</mime-type> | ||
<mime-type type="application/x-osu-replay"> | ||
<glob pattern="*.osr"/> | ||
<sub-class-of type="application/octet-stream"/> | ||
- <icon name="osu!"/> | ||
+ <icon name="osu!mime"/> | ||
<comment>osu! replay</comment> | ||
</mime-type> | ||
<mime-type type="application/x-osu-beatmap-archive"> | ||
<glob pattern="*.osz"/> | ||
<sub-class-of type="application/zip"/> | ||
- <icon name="osu!"/> | ||
+ <icon name="osu!mime"/> | ||
<comment>osu! beatmap archive</comment> | ||
</mime-type> | ||
<mime-type type="application/x-osu-beatmap-archive"> | ||
<glob pattern="*.osz2"/> | ||
<sub-class-of type="application/zip"/> | ||
- <icon name="osu!"/> | ||
+ <icon name="osu!mime"/> | ||
<comment>osu! beatmap archive</comment> | ||
</mime-type> | ||
</mime-info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters