diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-05 11:17:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 11:17:21 +0100 |
commit | 4af22d663accee5253275b2bb6f4723c24440a96 (patch) | |
tree | 3fa0587cfe7eaade41c0687aee88a915c3ab15fb /program_info/modrinth-mrpack-mime.xml | |
parent | ba8322aa5cd082b9785869582bbce73a624988e0 (diff) | |
parent | f8ea6212c73bc420e9a1c328d2510f32adde4acf (diff) | |
download | PrismLauncher-4af22d663accee5253275b2bb6f4723c24440a96.tar.gz PrismLauncher-4af22d663accee5253275b2bb6f4723c24440a96.tar.bz2 PrismLauncher-4af22d663accee5253275b2bb6f4723c24440a96.zip |
Merge pull request #229 from ryanccn/macos-drag-n-drop
Diffstat (limited to 'program_info/modrinth-mrpack-mime.xml')
-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>
|