Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hill-98/electron-forge-maker-7zsfx
- Owner: Hill-98
- License: mit
- Created: 2025-01-15T09:41:36.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2025-01-15T15:03:08.000Z (22 days ago)
- Last Synced: 2025-01-15T15:58:49.339Z (22 days ago)
- Topics: 7zip, electron, forge, maker, sfx
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/electron-forge-maker-7zsfx
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 installedConfiguration options are documented in `SevenZSFXMakerConfigOptions`.
See [demo](/demo)