Add lzx archive support via unlzx

This commit is contained in:
Bryan Ashby 2018-05-31 20:58:24 -06:00
parent 39be44434a
commit 37e5948f65
3 changed files with 39 additions and 5 deletions

View file

@ -16,6 +16,7 @@ function startup(cb) {
const ADDITIONAL_EXT_MIMETYPES = {
ans : 'text/x-ansi',
gz : 'application/gzip', // not in mime-types 2.1.15 :(
lzx : 'application/x-lzx', // :TODO: submit to mime-types
};
_.forEach(ADDITIONAL_EXT_MIMETYPES, (mimeType, ext) => {