Closed noahdotpy closed 2 weeks ago
I can run xdg-mime query filetype {/path/to/file} on an appimage to get application/vnd.appimage mimetype
xdg-mime query filetype {/path/to/file}
application/vnd.appimage
When I xdg-mime query filetype ~/.local/bin/AudioRelay I get application/x-executable
xdg-mime query filetype ~/.local/bin/AudioRelay
application/x-executable
this should be done in block-binaries
I can run
xdg-mime query filetype {/path/to/file}
on an appimage to getapplication/vnd.appimage
mimetype