diff --git a/core/config.js b/core/config.js index b782531f..070a6920 100644 --- a/core/config.js +++ b/core/config.js @@ -483,6 +483,7 @@ function getDefaultConfig() { // // 'unlzx' command can be obtained from: // * Debian based: https://launchpad.net/~rzr/+archive/ubuntu/ppa/+build/2486127 (amd64/x86_64) + // * RedHat: https://fedora.pkgs.org/28/rpm-sphere/unlzx-1.1-4.1.x86_64.rpm.html // * Source: http://xavprods.free.fr/lzx/ // decompress : { diff --git a/docs/configuration/archivers.md b/docs/configuration/archivers.md index 26755162..3d3f952a 100644 --- a/docs/configuration/archivers.md +++ b/docs/configuration/archivers.md @@ -20,6 +20,11 @@ The following archivers are pre-configured in ENiGMA½ as of this writing. Remem * Key: `Lha` * Homepage/package: `lhasa` on most *nix environments. See also https://fragglet.github.io/lhasa/ and http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm +#### Lzx +* Formats: Amiga LZX +* Key: `Lzx` +* Homepage/package: `unlzx` under most *nix platforms ([Debian/Ubuntu](https://launchpad.net/~rzr/+archive/ubuntu/ppa/+build/2486127), [RedHat](https://fedora.pkgs.org/28/rpm-sphere/unlzx-1.1-4.1.x86_64.rpm.html), [Source](http://xavprods.free.fr/lzx/)) + #### Arj * Formats: .arj * Key: `Arj`