mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-07 13:15:28 +02:00
Add lzx archive support via unlzx
This commit is contained in:
parent
39be44434a
commit
37e5948f65
3 changed files with 39 additions and 5 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue