electron-rebuilder
v1.0.2
Published
Prepare a Node.js package before being published
Downloads
53
Maintainers
Readme
📦 Install Electron Rebuilder
Option 1: Install via npm
Install with npm if you plan to use Electron Rebuilder in a Node.js project.
npm install electron-rebuilder --save-dev
🦄 Features
- Automatically rebuild for the correct Electron and Node.js abi version
📘 Example Setup
After installing via npm, simply put this in your package.json
...
"main": "dist/index.js",
"scripts": {
"rebuild": "node -e 'require(`electron-rebuilder`)()'"
},
...
🗨️ Final Words
If you are still having difficulty, we would love for you to post a question to the Electron Rebuilder issues page. It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)