Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mykeels/asar-binaries
A tool for compiling Electron's asar into native executables
https://github.com/mykeels/asar-binaries
asar binaries compile electron executables pkg zeit
Last synced: about 2 months ago
JSON representation
A tool for compiling Electron's asar into native executables
- Host: GitHub
- URL: https://github.com/mykeels/asar-binaries
- Owner: mykeels
- Created: 2019-07-15T11:03:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:20:35.000Z (about 2 years ago)
- Last Synced: 2024-04-16T04:28:11.664Z (10 months ago)
- Topics: asar, binaries, compile, electron, executables, pkg, zeit
- Language: JavaScript
- Size: 30.5 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asar Binaries
A tool for compiling [asar](https://github.com/electron/asar) into a native executable.
See [/bin](./bin) for available executables.
## Usage (Build)
- Clone this Repository.
- Run `npm i` to install dependencies.
- Run `npm build` to transpile `asar` and compile it for Linux, Mac OS and Windows.
- Run any of the executables in the appropriate environment to use.