GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 299 forks source link

Recognize .AppImage files as Linux files #112

Open probonopd opened 7 years ago

probonopd commented 7 years ago

According to https://nuts.gitbook.com/assets.html

The platform/OS will be detected from the filename: (...) Linux: filename should contain linux Filetype and usage will be detected from the extension: (...) Linux .deb, .rpm, .zip

It would be great if nuts would recognize .AppImage files as Linux executables; example: https://github.com/esonderegger/plaster/issues/2#issuecomment-256967514

A considerable number of Electron, Qt, and other apps is already being distributed in the AppImage format.