Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
35 views

I am creating a button that is clickable but doesn't bring the app to the foreground. To achieve this I implemented the button as a separate BrowserWindow with focusable: false and its parent set to ...
Sudhanshu Tiwari's user avatar
3 votes
2 answers
164 views

I have written a simple Electron Project with Claude integration. Idea here is to use Claude-code npm package to access terminal and make the query to claude to get the required results and display it ...
Abhijith Nagaraja's user avatar
1 vote
0 answers
34 views

Environment Electron: 25.x (tested) electron-builder / electron-updater: tested with electron-builder 23.x / electron-updater (versions may vary) macOS: 13.x Ventura Relevant code (main process/...
Dhilip Kumar's user avatar
3 votes
0 answers
341 views

I am having hard time setting up a custom app icon to my electron app running on Windows. And i've looked up different posts but none of them solves my question. I am using Electron-Vite to create the ...
Cody Gao's user avatar
1 vote
1 answer
702 views

I am trying to package my react app with electron (first time). Everything was fine when running the development build. I packaged it and it created the dist file with no errors logged. However, when ...
Sara Freitas's user avatar
0 votes
0 answers
32 views

I have my Azure pipeline generating a .exe installer file to be downloaded by user when clicking a download button in web application. The user will be able to install the electron application through ...
Lucas Raphael's user avatar
66 votes
17 answers
117k views

Evening, I'm looking into using electron to package an existing angular2 build. I thought I had a dry run working but the actual packaging seems to be failing (see final step below) and I want to ...
popClingwrap's user avatar
  • 4,247
149 votes
5 answers
67k views

What is main difference between electron-builder and electron-packager. Is there some example projects for both? Which is better for standalone .exe application build?
Ondrej Sika's user avatar
  • 1,755
-1 votes
1 answer
314 views

error message I have tried electron js production build in linux it is working fine but when creating build in production it is giveing me error, It was stopping suddenly and giving error, for this i ...
Rohit Kumar's user avatar
1 vote
0 answers
99 views

I’m building an Electron app using the following stack: Webpack, TypeScript and React. I manually build the app using: npx webpack --config webpack.main.config.ts npx webpack --config webpack.renderer....
Mr T's user avatar
  • 123
0 votes
1 answer
398 views

I'm developing a simple electron app. I'm using React with vite for the frontend of the app. After adding tailwindcss to the project the application shows just a white page when built as a production ...
Yurii Konovalov's user avatar
0 votes
0 answers
282 views

I'm developing an Electron application that bundles a Node.js server to serve a Vite-built React application. The goal is for the application to be self-contained and work correctly on systems that ...
John Bent's user avatar
1 vote
1 answer
280 views

I've been wrestling with this all day, it seems like in most cases this is supposed to "just work" but won't for me. I'm trying to use electron-builder to sign a mac app, on mac. The app ...
Cam's user avatar
  • 660
20 votes
7 answers
33k views

I'm experimenting with building a Windows and Mac OS app using Electron and have hit a snag. In short, if I try to run the application directly with Electron on Mac OS Big Sur (as opposed to building ...
Arman's user avatar
  • 239
1 vote
1 answer
141 views

When making an Electron based desktop app for Windows, I noticed that upon building it with electron-builder and launching the executable (portable), the process name in Task Manager is the app's ...
MfyDev's user avatar
  • 565
0 votes
0 answers
36 views

so im trying to implement transparent window with Electron, which should be un-interactable, except of one item, it can be some input or button etc... So currently, im disabling frame and saying that ...
falcon's user avatar
  • 151
-1 votes
1 answer
129 views

Electron version 30 Using Electron builder (25.0.0-alpha.9) At the time of installation, I want my app to get registered for handling the 'tel' protocol. My application should be listed in the ...
Shivangi Deshpande's user avatar
0 votes
1 answer
278 views

I'm trying to distribute my macOS application (a .dmg file) to customers, and I've followed all the steps to sign and notarize the application. However, when I try to install the .dmg containing the ...
Chaudry Ali's user avatar
-1 votes
2 answers
683 views

I am runnning persistent notarization issues with my macOS Electron application. Despite multiple attempts to resolve these issues, the notarization status remains "Invalid," and the errors ...
Justme's user avatar
  • 1
0 votes
0 answers
231 views

I am writing electron app which has to use standalone database (sqlite3 but it could be anything else). Database structure (metadata, SQL script or whatever else) is in a text file that I want ...
Jindrich Vavruska's user avatar
0 votes
0 answers
72 views

I have React Project Web Application, wrapping with Electron to build as Desktop Application. I am trying to code signing & notarizing with following documentation https://www.electron.build/code-...
Aldi Alhafidzi's user avatar
0 votes
0 answers
77 views

I've figured out how to install a windows service that manages a server (server.exe) when the user install the app via the ElectronBuilder.exe created when I package the app. However, the Windows ...
westernAIBot's user avatar
2 votes
0 answers
637 views

Project setup Electron app using electron-builder, which uses vite as build system. The build system is still almost identical to the template. TypeScript, with the .ts file extension ESM and import ...
Ben Bucksch's user avatar
0 votes
1 answer
855 views

Im having an issue with notarizing my app for Mac Os where it keeps throwing two main errors at me: Error: Failed to staple your application with code: 65 and the other: CloudKit query for Ringer.app ...
Superior125's user avatar
0 votes
0 answers
59 views

I am creating a react / electron desktop app for mac/windows/linux. When I run my electron-builder command npm run build it creates the dist/ folder containing my windows builds. It creates windows ...
Martin's user avatar
  • 1,582

1
2 3 4 5
30