diff options
author | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-10-24 14:40:07 +0800 |
---|---|---|
committer | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-10-25 00:12:27 +0800 |
commit | eeb95f89e1200bb23cc2559b5f298b9fdaca7e11 (patch) | |
tree | 5b9ed2819be999b1ce1be28dca513a5fa3d9abd3 /program_info | |
parent | f35a30d371c414ce5961d518510155de7a0b9835 (diff) | |
download | PrismLauncher-eeb95f89e1200bb23cc2559b5f298b9fdaca7e11.tar.gz PrismLauncher-eeb95f89e1200bb23cc2559b5f298b9fdaca7e11.tar.bz2 PrismLauncher-eeb95f89e1200bb23cc2559b5f298b9fdaca7e11.zip |
add .mrpack mime type
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
Diffstat (limited to 'program_info')
-rw-r--r-- | program_info/modrinth-mrpack-mime.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/program_info/modrinth-mrpack-mime.xml b/program_info/modrinth-mrpack-mime.xml new file mode 100644 index 00000000..5001e5e7 --- /dev/null +++ b/program_info/modrinth-mrpack-mime.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-modrinth-modpack+zip">
+ <comment>Modrinth Modpack File</comment>
+ <icon name="application-x-modrinth-modpack"/>
+ <glob-deleteall/>
+ <glob pattern="*.mrpack"/>
+ </mime-type>
+</mime-info>
|