Last active
June 4, 2022 15:45
-
-
Save ericoporto/96c95e630e29320b73201e5cd6025b34 to your computer and use it in GitHub Desktop.
This allows associating ase files to aseprite in freedesktop DEs (Unity, Gnome...). Add to /usr/share/mime or ~/.local/share/mime/ .
This file contains hidden or 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
<?xml version='1.0' encoding='utf-8'?> | |
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> | |
<mime-type type="image/aseprite"> | |
<comment>aseprite file</comment> | |
<glob pattern="*.ase"/> | |
</mime-type> | |
</mime-info> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment