python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Setting up sqlcipher in an electron app using electron-forge and webpack
I am trying to open a sqlite3 database encrypted with sqlcipher. I have the password and I could open it successfully using sqlitebrowser.
I started my project using this template. It is based on the ...
clementlize
Votes: 0
Answers: 1
Using electron-forge and vite for development, How to reload the electron app when main.js change?
The official say that use webpack could reload successfully. But my frontend use vite so how could I reload the whole app when main.js change without config the renderer.js by webpack?
my project is l...

radiorz
Votes: 0
Answers: 0
How do you upgrade the version of Electron that used by project
I need to upgrade the version of electron that launches my app as the current version (4.0.0) has an old version of chromium (69.0.3497.106) which is causing a major problem. I have upgraded the versi...
twl2009
Votes: 0
Answers: 0
electron forge 'make' failing due to too many characters
I added electron to my angular app to be able to run it as a desktop application but
I'm having trouble with the 'make' step from electron forge because I keep getting the following error message
here...
skdondle
Votes: 0
Answers: 1