Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hill-98/electron-forge-maker-7zsfx

7zsfx maker for Electron Forge
https://github.com/hill-98/electron-forge-maker-7zsfx

7zip electron forge maker sfx

Last synced: 19 days ago
JSON representation

7zsfx maker for Electron Forge

Awesome Lists containing this project

README

        

# electron-forge-maker-7zsfx

7zsfx maker uses 7z sfx module to generate an exe executable file. After running, it releases the application to a temporary directory and then starts the application.

BCJ2 filter is used by default, which has higher compression ratio for x86 executables.

## Usage

Pre-requisites:
* Windows machine
* Linux and macOS machine with 7zr installed

Configuration options are documented in `SevenZSFXMakerConfigOptions`.

See [demo](/demo)