Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
90 views

I am getting error for squirrel.mac while publishing dmg file to app store. we are not using auto update for our app. so any idea How to completely disable AutoUpdate in Mac/How to exclude squirrel....
Jigar Jadav's user avatar
1 vote
1 answer
123 views

Hi I want to publish an app on the Microsoft store and this requires an EV certificate. I found that Identrust is the cheapest option, but I wanted to double check that they support using a cloud ...
Aatish Parson's user avatar
2 votes
0 answers
479 views

I'm developing a desktop application with react-vite + electron. Everything was working fine, but at a certain point the "npm run make" command (which had worked correctly up to that point) ...
Umberto Lago's user avatar
1 vote
0 answers
48 views

I'm building my app using electron js. I eventually used the electron builder in order to package it into an executable. This worked, but upon running the exe, I got an error shown in the screenshot. ...
AnthonyToons's user avatar
0 votes
1 answer
190 views

I don't want to use electron-updater or other packages for updating my electron application so what are the solutions to update app manually? I tried replacing built files of new version in c:/program ...
Ali Sherafat's user avatar
  • 3,925
1 vote
0 answers
185 views

I am following the Nuxt 3 modules documentation to create a desktop executable file for a website with Electron.js. Although I can run the npm run dev command and view an Electron.js window, when ...
Everson's user avatar
  • 11
1 vote
1 answer
381 views

I install my electron app (msi build for Windows) with the following script: msiexec /i "https://URL_TO_MY_APP_Messenger.msi" MSIINSTALLPERUSER="" and it was installed under C:\...
Ismoil Shokirov's user avatar
1 vote
0 answers
389 views

I'm developing an Electron application that uses the http-mitm-proxy (https://github.com/joeferner/node-http-mitm-proxy) library for intercepting and handling web requests. My application is set up to ...
thierry henrich's user avatar
1 vote
0 answers
64 views

I am using electron-react-boilerplate with tailwind and my config.renderer.prod.ts looks like this: import path from 'path'; import webpack from 'webpack'; import HtmlWebpackPlugin from 'html-webpack-...
calen's user avatar
  • 31
1 vote
0 answers
162 views

The default path I receive is "/_next/static/css/650b9dca11a5e4cf.css", but during build time, I prefer the path to start with "_next" instead of "/" in order to access ...
Random Guy's user avatar
1 vote
1 answer
138 views

I am trying to run a script over terminal in my electron js project which works fine if i run the build on my local device but if i share that particular application which i dmg file it is not ...
otJB's user avatar
  • 23
1 vote
0 answers
75 views

How can i ensure that the file hash value is the same every time electron-builder build a portable application? The premise is not to modify any code or resources, build it straight away twice ...
yinpo's user avatar
  • 72
2 votes
2 answers
3k views

Im trying to build my app but i getting errors I am facing difficulties in trying to build my Electron application on Windows using electron-builder. The build process fails with an error related to ...
AudioCloud's user avatar
1 vote
1 answer
929 views

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
687 views

I'm using Electron Builder to package my React app, but I'm getting this error: Uncaught TypeError: Cannot read properties of undefined (reading '__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED') ...
Tejas Sharma's user avatar
0 votes
0 answers
359 views

When I try to package my electron app, I keep getting: The vectordb node module requires the @lancedb/vectordb-darwin-arm64, however I have both added in my package.json. I'm using React with Webpack ...
Tejas Sharma's user avatar
1 vote
1 answer
1k views

I am trying to use node-pty from within an ElectronJS app, but I'm struggling to get it to work. I am using Electron React Boilerplate as the base for my project. Repro of the issue: git clone --depth ...
Daniel Centore's user avatar
0 votes
1 answer
132 views

As I am new to electron and blazor, I am not sure how to create an MSI installer for an electron application I have created an Electron application from a basic Hello World Blazor server app using ....
NIYAZ's user avatar
  • 1
0 votes
1 answer
980 views

While Generating Build Via Electron builder I am facing Following Error. ⨯ Please specify author 'email' in the application package.json I also tried to add email field into package.json file.
Nisarg Jani's user avatar
1 vote
3 answers
1k views

I have an Angular app for which I need to create an MSI installer. I have successfully created an electron app (npm run electron), but when I try to create the installer I get this error: error ...
Ada's user avatar
  • 1,943
0 votes
0 answers
116 views

My Angular app is running perfectly in a web server, e.g. by calling ng serve or after running ng build and deploying to a web server. When I use electron-builder the app is built and can be installed ...
Markus's user avatar
  • 1
2 votes
1 answer
1k views

I'm working on signing an Electron app, but the codesign command fails due to the presence of com.apple.FinderInfo and com.apple.fileprovider.fpfs#P extended attributes on files within my app bundle. ...
Mateusz Romaniuk's user avatar
1 vote
2 answers
5k views

I am fairly new to Electron and I am having an issue of the preload script after I have built the application (electron-builder). I am upgrading the Electron version to 26.3 from a very old version. ...
milo3169's user avatar
  • 101
0 votes
1 answer
206 views

I have one main Electron window which is loaded by loadURL. In that window we a different a-tag which automatically created a new BrowserWindow with default setting. how can we change the ...
Question hunter's user avatar
0 votes
1 answer
586 views

I'm currently trying to add auto update on a electron app with electron-builder auto update and bitbucket pipeline. But I have some difficulty to understand what eact part (electron-builder and ...
laux98's user avatar
  • 73

1 2
3
4 5
30