Skip to main content

Questions tagged [electron-builder]

Electron Builder is an open source solution for distribution and auto-update of Electron NPM apps. Use this tag on questions about a) using Electron Builder to distribute or update an Electron app, or b) working with the Electron Builder project source.

electron-builder
0 votes
0 answers
13 views

Electron Store working in dev mode but not in production

I am using Electron Store in Electron Js Project. The app is successfully built. But the electron store is not working in production/build version as I am not able to store the data persistently. What ...
Bibek Chalise's user avatar
0 votes
0 answers
13 views

How does Keychain Access on MacOS recognize an EV certificate from a USB dongle?

I have an EV certificate on a USB dongle that I would like to use to code sign on MacOS (Ventura). I installed the SafeNet client for the latest version of Mac from this website: https://knowledge....
zhanc_'s user avatar
  • 1
0 votes
0 answers
11 views

Electron-builder tries to download old blockmap from latest pipeline

I am trying t configure Electron-builder autoUpdater to work with gitlab. The autoUpdater detects a new version (1.1.0 --> 1.1.1). Afterwards, it tries to download the blockmap from 1.1.0 from the ...
Anthony Vorias's user avatar
0 votes
1 answer
22 views

how to import my js file to the main/index.js pre-compilation , not after compilation?

I use electron-vite command pnpm create @quick-start/electron init a project and then i create a js filegetAuthKey.js in src/main/ next to index.js last i require getAuthKey.js in src/main/index.js,...
little weilai's user avatar
0 votes
0 answers
16 views

How can we customize the Electron App title bar for windows, should contain minimal details such as the logo, name, mini, max, close

I am using vite+react for my project. I have setup and run the electron app. I was able to add the title and logo of my own. But i still want my title bar to be having few customization which makes a ...
Kalyan Adduri's user avatar
-1 votes
0 answers
29 views

Error: Code signature at URL | did not pass validation: code failed to satisfy specified code requirement(s)

I packaged the DMG using electron-builder and passed the certificate signing, but when I updated it in electron-updater, clicked the install and restart, it reported the above error, I did nothing but ...
Messi's user avatar
  • 1
0 votes
0 answers
18 views

Angular 14 and Electron js Outlook integration doesn't work after creadentials given

We have used @azure/msal-angular For outlook integration in our system. let result = await this.msalService .loginPopup({ scopes: [ 'user.read', 'Mail....
Henil Mehta's user avatar
-1 votes
0 answers
11 views

Description electron-vite packaging failed

electron-vite packages the Windows platform properly. Packaging Linux platform error;This file does not exist in this directory;This file does not exist in this directory; Can I package Linux for ...
Rex CHUN's user avatar
0 votes
0 answers
27 views

Electron Forge with Vue 3 integration doesn't work

i want develop an Electron app integrated with Vue 3 using electron forge. I've followed this official documentation Electron Vue integration . But when i run the command npm start the application ...
Tom's user avatar
  • 4,037
-2 votes
0 answers
35 views

How to Prompt for Sudo Password Once and Reuse Elevated Privileges in an Electron App on macOS?

I'm developing an Electron app that periodically executes a C file requiring elevated privileges on macOS. I need to prompt the user for their sudo password once when the app starts and use these ...
xeed xendrome's user avatar
0 votes
0 answers
25 views

How to create a Windows installer with UAC prompt using electron-forge?

Is it possible for electron-forge to display a UAC prompt before installation? I looked at the Electron Forge documentation, and it doesn't have any configuration to allow a UAC prompt before ...
Julio de Leon's user avatar
0 votes
0 answers
79 views

Whatsapp-web.js doesn't trigger "ready" event when running packaged app in electron

const { Client, LocalAuth, MessageMedia } = require('whatsapp-web.js') const {timer, generateRandomTime} = require('./utils') const log = require('electron-log') const puppeteer = require('puppeteer') ...
pedrosarkis's user avatar
0 votes
0 answers
71 views

Error: EBUSY: resource busy or locked, copyfile

Electron Builder Error: EBUSY: Resource Busy or Locked During Packaging I'm encountering a persistent issue while building an Electron application using Angular 14, electron-builder, and related ...
Henil Mehta's user avatar
0 votes
0 answers
98 views

i am get this error while build my electron-vite project

workingDir=C:\Users\hp\AppData\Local\electron-builder\Cache\winCodeSign • Above command failed, retrying 3 more times • downloading url=https://github.com/electron-userland/electron-builder-...
jalal ud din's user avatar
0 votes
0 answers
116 views

Build an Electron App (generate build & setup)

there, I've been working for over 8 hours trying to generate setup and build my ElectronJS application (v18.0.0 mandatory). Here is my package.json : { "name": "myapp", "...
Mateo's user avatar
  • 35

15 30 50 per page
1
2 3 4 5
99