Skip to main content

All Questions

0 votes
0 answers
16 views

Plotly Charts are empty in windows built with electron-builder

I'm trying to build an electron-app with javascript in a linux vm for windows. The application is working by building it in a docker container with wine. The problem is, my plotly charts are empty. I ...
Engin Topuzoglu's user avatar
1 vote
0 answers
28 views

Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux

I updated my ElectronJs version from 27.3.8 to 28.0.0 and encountered an issue where my application no longer launches. The project initializes successfully (creates app), but the application does not ...
m769m's user avatar
  • 13
0 votes
0 answers
24 views

Two electron applications installed but same desktop shortcut

I have two electron applications built with electron-builder. I'm on Windows 11 running "electron-builder": "^24.13.3". I install locally Application1 for all users. Everything is ...
SiliconValley's user avatar
0 votes
0 answers
138 views

ENOENT: no such file or directory, open 'C:\Users\{windowsUser}\AppData\Local\Programs{appName}l\resources\app-update.yml'

An error occurs when I want to get a Windows update in my Electron.js application. When I examined the log records, I saw the following error message. Error: ENOENT: no such file or directory, open 'C:...
fhidiroglu's user avatar
1 vote
1 answer
400 views

Electron-based app flagged as Potentially Unwanted Software by Windows Defender

We have been releasing our Electron-based app for Mac and Windows for the last 2 years, but recently we started having a problem when releasing new versions for Windows. From the recent the new ...
Ismoil Shokirov's user avatar
0 votes
1 answer
177 views

How to get file path when opening it with electron app

I am making an app that has custom file extensions. I got the reading and writing of the file done and also the opening of the file on double-click on mac but i cannot find a way to make the double-...
FallenAngel7882's user avatar
0 votes
0 answers
168 views

Electron Builder - multiple Windows target

I am using Electron Builder to package my Electron application. For Windows, I want both 32 and 64 bit versions, as single executables. I have this in my package.json: "build": { "...
Manngo's user avatar
  • 15.6k
0 votes
0 answers
259 views

Electron App is not uninstalling from windows (I've used electron-builder to package it)

I created a sample Electron app and successfully packaged it with electron-builder. However, when I attempt to uninstall the app on Windows, I encounter an "installer integrity check has failed&...
Akshar Prajapati's user avatar
1 vote
1 answer
480 views

Building Electron with Electron Builder without downloading packages from github

I'm trying to build an electron app with electron builder, but I encountered a problem: my network blocks packages from GitHub on downloading. Is there any other way to disable the look for the ...
yosefrs's user avatar
  • 11
1 vote
2 answers
536 views

Electronjs - Delete registry entries when uninstalled

I need to delete Windows registry entries created by the application when the application is uninstalled. The application is packed with electron-builder and i need to delete registry entries whether ...
Davide Briscese's user avatar
1 vote
1 answer
204 views

Electron code signing and to windows store

I want to publish an electron app to the Window Stores and the cost Microsoft says is $19. Does that include code signing? I heard code signing certificate cost a lot? Does that $19 cover it?
Kim Mỹ's user avatar
  • 410
-2 votes
1 answer
865 views

Electron js: development differences between windows and mac

Context: I'm starting to implement a cross-platform app for Windows and Mac with electron Js. The bundle that will use or use this electron Js app is developed in Angular. My questions are: Are ...
Martin Fuentes's user avatar
2 votes
1 answer
1k views

Electron-builder (NSIS): do not ask about deleting data on reinstall (cannot distinguish reinstall and uninstall)

I use Electron-builder (of version 22.14.13) to create installer for our app (Windows). I needed to create custom installer, so when user uninstalls the app the dialog appears if he wants to remove ...
Danil Frolov's user avatar
0 votes
0 answers
437 views

Electron default Notification - banner click working but not working when I click in action center! (Windows)

I have done building my application fully on the election, but in this notification, I got stuck, when app sends the notification and I click on the notification banner ~ the click function works ...
K M Emon Ahmed's user avatar
3 votes
0 answers
980 views

UAC prompt electron when installing app in admin and non-admin user

below are our electron and builder versions, "electron": "13.1.7" "electron-builder": "22.11.9" in electron-builder file, our configuration have "win":...
Himesh Aadeshara's user avatar

15 30 50 per page