Skip to main content

All Questions

Tagged with
1 vote
0 answers
143 views

ENOENT error when building Electron app for macOS: HTML template not found in build destination

This is a problem when building Electron apps. When I develop a local app in Electron and build it, the HTML that serves as the template is not found at the build destination. ideal state Moving src/...
HavingPainfulAGO's user avatar
5 votes
0 answers
286 views

Electron app doesnt launch after modefing app.asar on macOS

So l am trying to modify an electron application. Firstly, I extracted app.asar into a folder then modefed an html file and launched the program. And it worked, my html was applyed to this application....
СТЁПА's user avatar
4 votes
0 answers
415 views

Electron Multi-monitor bug with vibrancy/transparency on MacOS Big Sur

I've noticed what appears to be a bug with the vibrancy effects in Electron, running on MacOS Big Sur... Here's what my window looks like when it first loads: Here's what it looks like if I drag it ...
Matthew Layton's user avatar
11 votes
1 answer
19k views

How can I get source files from a compiled Electron application?

how can I unpack a .app Application for Mac OS built with Electron? I want to view the source files, but I don't know how to access them.
Redouan Azizim's user avatar
0 votes
1 answer
278 views

How do i add more images and text to about panel in Electron?

I am developing an app in Electron and am currently working on the about panel. The problem is there is more text I want to put into the panel in separate lines and I do not know how to do that. Also ...
Ethan K-B's user avatar
  • 125
1 vote
1 answer
881 views

Electron app on Mac OSX, input for file selection

We have an Electron (v4.0.1) based app (React) that opens up a standard file selection dialog using an <input type="file"...>. On Windows/Linux the file dialog will remain on-top of the main app ...
Gatmando's user avatar
  • 2,239
0 votes
1 answer
431 views

Electron button has strange styling

For whatever reason my button's colors are stripped through, and I have not been able to find out why. I searched through the computed results but the border colors are set as one with no sign of ...
Sean Mitchell's user avatar
0 votes
1 answer
291 views

html accept attribute working differently on different operating systems

Does the accept attribute for an input of file type work differently per operating system? <input type="file" accept="video/*" /> On a mac computer this limits so that only a video type file ...
David Brierton's user avatar