Questions tagged [electron-updater]
69 questions
0
votes
1 answer
How To auto update angular electron App using electron-updater?
How To auto update angular electron App using electron-updater?
Nothing How To auto update angular electron App using electron-updater?
0
votes
0 answers
How can I automatically remove the 'v' prefix from draft tags uploaded by electron-builder?
I'm using the electron-builder and electron-updater modules to build and distribute updates for my app. These things all work just fine, except the fact that when electron-builder drafts a new release, it prefixes the version number with "v" in the…

Ethan Ray
- 66
- 5
0
votes
0 answers
How add field to latest.yml generated by electron-builder
Due electron 23 stopped support windows 7, how can i prevent autoupdate my app on win7 if new version based on electron >23?
Only way i see, on event update-available get info from latest.yml, but how add this info to generated latest.yml file?
Can…

Elendiar
- 37
- 5
0
votes
0 answers
Cannot find latest.yml in the release
What am trying to implement
Am new to electron. Am trying to implement releases & auto update based on channels. I followed instructions in official documentation here. I also added scripts to generate alpha build.
My Problem
Alpha build is created…

ATP
- 1
- 1
0
votes
0 answers
Electron AutoUpdater Issue
I have an issue with updating Electron app from a private repo.
I'm using https://github.com/electron-react-boilerplate/electron-react-boilerplate for web.
I've tried Hazel + Vercel approach(https://github.com/vercel/hazel) but i receive Cannot find…

Trofin
- 133
- 1
- 7
0
votes
1 answer
Electron-Updater detects update, but doesn't download it
The idea:
electron-updater is supposed to update my electron software automatically when a new version is released.
The problem:
electron-updater detects the new version, but does not download and install it.
I use electron-updater@4.3.8 and build…

JueK3y
- 267
- 9
- 22
0
votes
1 answer
how to release and auto-update electron desktop programs for linux windows macos without code-signing and semantic versioning?
electron-builder and its electron-updater dictate that program must have semver
https://github.com/electron-userland/electron-builder/blob/v23.0.3/packages/electron-updater/src/AppUpdater.ts#L331
electron's default autoUpdates does not support…

Sergei-Udris
- 65
- 8
0
votes
1 answer
electron-builder - how to auto-update from github tags if program does not use semver?
electron-builder and its electron-updater dictate that program must have semver
https://github.com/electron-userland/electron-builder/blob/v23.0.3/packages/electron-updater/src/AppUpdater.ts#L331
how to point autoUpdater to take any tag - given it…

Sergei-Udris
- 65
- 8
0
votes
1 answer
How is electron-updater able to find my repository?
I have a repository that utilizes electron-updater for auto update. The weird thing is, it has no any code whatsoever pointing where the release updates are stored (I store it in GitHub releases), but somehow the…

SnekNOTSnake
- 1,157
- 12
- 24
0
votes
1 answer
Trouble importing electron-updater
I have trouble integrating electron-updater into my project. I'm working on a windows system.
First I install electron-updater (via npm or yarn) which works without problems.
Then I load the package via
import { autoUpdater } from 'electron-updater'…

fseydel
- 175
- 1
- 10
0
votes
1 answer
electron-updater error in production New version is not signed by the application owner
After successfull checking for updates and downloading the latest, the updater shows error New version 1.0.12 is not signed by the application owner: publisherNames: Cryptostamped LLC,.
The error is present in production only (when the app is…

Victor Gorban
- 1,159
- 16
- 30
0
votes
1 answer
How to provide private s3 bucket credentials to electron-updater
I am able to implement electron-updater in my electron app with a public s3 bucket. But the same doesn't work with a private bucket. I am getting
Error: HttpError: 403 Forbidden
I assume the application does not have AWS accesskey and secretkey…

RGC
- 332
- 1
- 2
- 12
0
votes
1 answer
Can't publish the electron app from github
I just created my electron-react application and also I implemented the auto-update functionality. But unexpectedly I got some weird error logs from electron-builder.
I'm not sure how to resolve it. I tried different kinds of ways. I hope this…

Mohamed Jakkariya
- 1,257
- 1
- 13
- 16
0
votes
2 answers
Auto Updater does not work for Amazon S3 private Bucket
Version:
22.9.1
Electron Version:
Electron Type (current, beta, nightly):
11.1.0 (stable)
Target:
mac OS 11.1
Electron Updater Version:
4.3.5
I set my S3 to private () and then put the following in my update…

Daniel
- 45
- 9
0
votes
1 answer
electron build time variables
I need to create two releases of my electron application:
A silent installing exe where electron-updater is configured to automatically update in the background.
An msi where the installed application does not automatically update, but just alerts…

ndtreviv
- 3,473
- 1
- 31
- 45