Top "Electron-builder" questions

Electron Builder is an open source solution for distribution and auto-update of Electron NPM apps.

Electron shows white screen when built

I'm learning electron and I've made an electron app that read and create files. When I start the application with "…

javascript json electron electron-builder electron-packager
Open app and pass parameters with deep linking using Electron (macOS)

I want to open app and pass parameters with deep linking using Electron (macOS). Project 'electron-deep-linking-mac-win' is on GitHub. Edited …

macos electron electron-builder custom-protocol custom-url-protocol
How to use auto-launch to start app on system startup?

package.json: { "name": "electronapp", "version": "1.0.0", "description": "electron auto-launch", "main": "index.js", "scripts": { "start": "electron .", "build": "electron-packager . --all" }, "author": "ivie", "license": "…

javascript node.js node-modules electron-builder electron-packager
Electron Autoupdater with Private GitHub Repository?

I have implemented Electron AutoUpdater with PRIVATE GitHub Repository as provider to publish electron application. Now, i can publish it …

electron electron-builder electron-updater
How to launch my electron app from a website

We have an electron crypto app that signs transactions (among other things). We want other websites to have the ability …

electron electron-builder
I am trying to turn my electron app to windows portable

I have searched a lot, but nothing really helped to build my app as portable. No mater what I do …

node.js electron electron-builder
electron-builder, how to set node environmental variables

Node.js in windows system can be set environmental before the server is started, like this: set NODE_ENV=production …

node.js electron electron-builder
How do I build and install an electron app for raspbian using appimage

I am working on creating an electron appimage for my raspberry pi 4 to use in my car. I want to …

electron raspbian auto-update electron-builder appimage
Can't Add Icon To Electron App With Electron Builder

I have made an app with Electron and am trying to package it with Electron Builder. Link to repository Does …

electron yarnpkg electron-builder
electron-builder - only build for mac but set to build mac and win

This is the first time I am building electronjs app so most probably I don't know what I am doing. …

javascript macos npm electron-builder