Questions tagged [electron-updater]

69 questions
1
vote
1 answer

ERR_HTTP2_PROTOCOL_ERROR while using electron-updater

I'm trying to test electron-updater, using a repo from github. It starts off detecting that an update is available, and then it starts downloading. But as the download starts picking up speed, this error gets triggered multiple times before the…
fourMist
  • 81
  • 4
1
vote
1 answer

What should I do when 'electron-updater' throws the error 'ERR_UPDATER_ASSET_NOT_FOUND'

I've been trying to get electron-updater to update from latest releases that I put on Github but it keeps triggering this error. code: 'ERR_UPDATER_ASSET_NOT_FOUND' } What kind of files do you need to have in a Github release in order for previous…
fourMist
  • 81
  • 4
1
vote
0 answers

It's possible to update a portable electron app?

I'd like to update my portable Electron app, but I'm not secure if it's possible to update a portable version. If isn't possible, there is a script that can download the new version and update the older? The app needs to work on Windows, with…
1
vote
1 answer

Can I launch electron-updater updates when my app closes?

I have implemented electron updater's auto updates in an app and it was awesome. But the app checks for updates at startup in the main electron process. So, I wish to know; is there a way to install updates when the app is closed in the back-ground…
John Code
  • 655
  • 7
  • 24
1
vote
0 answers

Electron Auto-update on windows in a private network

I am still trying to figure out how to the electron updater works but in the mean time I have another issue. Is it possible that I host the update files on a local server inside my company's network? So far all the options I have found are using…
1
vote
0 answers

Electron app, How to set the release server URL, only for download app update

I am new to ElectronJs and I am using electro-updater package to publish the app and to fetch app update. I have configured as per the document and current the checkForUpdate method is getting an update from S3 bucket for now, but I need to change…
MAR
  • 385
  • 3
  • 6
  • 14
1
vote
1 answer

How to call electron-updater outside the main rendering process

Im creating a desktop app using angular-electron I'm using electron-builder for packaging that supports auto updates with electron-updater Everything is working by calling the functions from the entry point main.ts import {autoUpdater} from…
zack evein
  • 279
  • 5
  • 13
1
vote
1 answer

Is there a way to create a generic Electron application with electron-builder to build multiple Ember.js projects with independent versioning?

I'm looking for a way to automate the electron builds for EmberJs build projects. I have a pipeline where I would clone the built EmberJs-project in a specific folder in an Electron project which then uses electron-builder to generate an installer…
1
vote
0 answers

electron-updater unable to parse latest.yml in artifacts of gitlab private repo

I am trying to use Electron Updater with a GitLab Private Repository. Main Electron File (partial): autoUpdater.requestHeaders = { 'PRIVATE-TOKEN': process.env.VUE_APP_GITLABSECRET } autoUpdater.autoDownload = true autoUpdater.setFeedURL({ …
SmellydogCoding
  • 414
  • 8
  • 23
0
votes
0 answers

Simpler electron app update without full download

I have an windows electron app (around 250 megs) and i need it be updated once in a while. The only thing that is changing is index.js which is around 350 kb. Is there a simpler solution than downloading entire package with every auto update?
kabukiman
  • 185
  • 14
0
votes
0 answers

electron-builder updater is trying to run weird processes that are caught by security policies

I am packaging a NodeJS application for Windows (NSIS) and using electron-builder. i also use electron-updater to process updates for this application. The application need to run into a protected environment. Lately i issue an update and the…
Xaerlur
  • 1
  • 1
0
votes
1 answer

How to resolve error loading new app electron version - Azure?

I have an eletron application that I need updated as soon as a new version is available. I'm using Azure devops as a repository and I've made the artifact available. But when the app starts I get this error: [2023-06-09 14:36:44.482] [info] Hello,…
0
votes
0 answers

Set BITBUCKET_* variables for use inside an Electron Angular app

I have an Angular/Electron app running, which I want to auto-update itself. I have electron-builder working, it uploads the build files (.exe, .blockmap and latest.yml) without issue. But when I run the app on my Windows machine,…
0
votes
0 answers

Using Electron-Updater with a Self-Signed Certificate on MacOS

Basically the title. Some Context: I'm working on a simple Electron app which will be used inside of the company I work at. I just got the publisher and update process working on Windows using electron-builder. I am now trying to get it to work on…
0
votes
1 answer

Electron application fails to update all of a sudden

My electron application was working just fine and all of a sudden new updates fail to download with the following error Checking for update [2023-01-13 16:42:04.897] [error] Error: Error: Cannot parse update info from latest.yml in the latest…
Ratan Servegar
  • 375
  • 1
  • 6
  • 21