python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
electron-packager start command
I was wondering if anyone knows how I can define the command used for the packaged electron app. I have a command to package the app using electron-packager, but how do I define what script, or file t...
Mitchell Day
Votes: 0
Answers: 0
Signing Electron build for M1 macs causes renderer to crash
I've been making intel builds of our Electron app with Electron-Builder for a while, signing them, and being able to run them without issue.
I'm now trying to make an M1/arm build, but it turns out th...

Armel Chesnais
Votes: 0
Answers: 2
package an electron app which uses json-server with concurrently
I have built a react application which uses json-server as a fake api backend. I want to package this app with electron.js as a windows application. I was able to use concurrently in the start script ...

Ali Naji
Votes: 0
Answers: 0
Unsupported `GLOBAL_AGENT.HTTP_PROXY` configuration value: URL protocol must be "http:" when running electron-packager
I was trying to package an Electron applicationusing electron-packager but get this error:
Unsupported `GLOBAL_AGENT.HTTP_PROXY` configuration value: URL protocol must be "http:".
The comma...

CodingDumbass101
Votes: 0
Answers: 1