diff options
author | Antti Ellilä | 2024-09-24 14:21:59 +0300 |
---|---|---|
committer | Antti Ellilä | 2024-09-24 14:21:59 +0300 |
commit | f58d9d7b7de702e54941c9ac556c8bb77215934b (patch) | |
tree | 9b9b29da3744499962454e3702f3d944a1bceba9 /modrinth-file-extensions.xml | |
parent | f32b9663d02cd634b9851ec6cec304e68897ed36 (diff) | |
download | aur-f58d9d7b7de702e54941c9ac556c8bb77215934b.tar.gz |
support modrinth uri and file format
Diffstat (limited to 'modrinth-file-extensions.xml')
-rw-r--r-- | modrinth-file-extensions.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modrinth-file-extensions.xml b/modrinth-file-extensions.xml new file mode 100644 index 000000000000..b1766f9f151c --- /dev/null +++ b/modrinth-file-extensions.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/zip+x-modrinth-mrpack"> + <glob pattern="*.mrpack"/> + <sub-class-of type="application/zip"/> + <icon name="modrinth-app"/> + <comment>Modrinth Modpack</comment> + </mime-type> +</mime-info> |