Does Squirrel support an Electron app installation to ProgramFiles(x86) ?
If yes, could you please explain me how it is done with an Electron app ?
I could not find anything about it. I have done the installation to %localappdata% yet. But it is…
Hello guys i have a question about this https://github.com/electron-userland/electron-packager electron packager, as i am understood correctly everything what i've made compiled to the asar archive, and the second thing in my case packager took the…
When trying to package electron app on macOS Sierra using electron-installer-dmg, I get the following:
Error: The module '/Users/august/projects/node_modules/macos-alias/build/Release/volume.node'
was compiled against a different Node.js version…
I've just built an app with Electron.
Installing and running electron-packager . creates a folder my-app-win32-x64 with a bunch of assets and DLLs.
This isn't exactly something I can distribute to consumers.
What's the simplest way to generate a…
I am making an electron desktop app for windows. I have used node-notifier and in-built electron notification. These notifications are fired when I run the app in development. But when I package the app and install it on a windows computer, the…
I have installed electron and electron-packager, all of them in global mode. When I build my app electron-packager searchs the local electron module. How forcing electron-packager to use the global electron module that I have installed?
How can I test my program which runs on windows also on osx
This is now the start code for Windows
"package:electron": "electron-packager electron \"CICone NT\" --platform=win32 --arch=all --out=electron-package --overwrite"
With which code I can…
I am trying to package my electron angular project using Electron packager. The packager packages the application without errors, but when laucnhing the application with the .exe file none of the assets loads correctly. In developement mode the…
We have an application developed using Electron. Recently, we received reports from several users that the application crashes immediately upon startup. However, we're having trouble reproducing this issue on our end. We've tested the application on…
I'm facing a weird problem.
I need to set context isolation to false to parse big excel files because with IPC it takes 2x more ram than it should to.
I noticed that when I use built in modules into node like fs for example, app builds just fine,…
I am looking for someone who can help me regarding electron-builder issue. I created an app using Node (18v), npm, Typescript, Sequelize, sequelize-typescript, Sqlite3, React, And design and other dependencies. When I built the app, everything went…
We have a React.js application that is running in Electron for desktop use. We have implemented Microsoft Azure AD for login authentication, which works fine in our React.js app. However, we are facing issues when trying to use it in our Electron…
I am currently trying to package my electron app for the first time, and I am encountering a weird bug.
When launching the app.exe, this error message appears :
Uncaught Exception:
C:\ .... \build\main.js:39
electron_1.app.on("ready", async () =>…
I want to check the health of the electron application.
Is there any possible way to handling http server side request inside electron JS application other than using node module like express?
i don’t want to use node modules like express inside…
I'm new to electron, so I would like to be able to create an installer for my electron software but when I do a make or package with electron-forge, my python program doesn't start. This is due to the fact that I have not packaged the python program…