FFedit static binaries for Mac OSX, Linux, FreeBSD and Windows
npm install ffedit-staticFFedit static binaries for Mac OSX, Linux, FreeBSD and Windows.
Supports macOS (64-bit), Linux (64-bit), FreeBSD (64-bit) and Windows (64-bit). The ffedit version currently used is ffedit-0.9.3.
This module is installed via npm:
`` bash`
$ npm install ffedit-static
Note: During installation, it will download the appropriate ffedit and ffgac binaries from the GitHub release. Use and distribution of the binary releases of FFedit are covered by their respective license.
Returns the path of a statically linked ffedit binary on the local filesystem.
` js``
var paths = require('ffedit-static');
console.log(paths.ffedit);
//D:\pcktm\source\ffedit-static\ffedit.exe
console.log(paths.ffgac);
//D:\pcktm\source\ffedit-static\ffgac.exe
OSX, Linux and Windows binaries are downloaded straight from FFglitch official page.
FreeBSD binaries are built from source by me (with FreeBSD-specific quickjs patches applied).