Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when downloading new update #315

Closed
HariP1995 opened this issue Jan 24, 2023 · 2 comments
Closed

Issue when downloading new update #315

HariP1995 opened this issue Jan 24, 2023 · 2 comments

Comments

@HariP1995
Copy link

I am getting this issue when I am my application is trying to install a new version that was published to the release server using electron forge.

using "@electron-forge/publisher-electron-release-server": "^6.0.0-beta.50",

and the feed url is :

autoUpdater.setFeedURL({
url: {domain}/update/windows_64/${version}/stable,
})

if (!downloading) {
autoUpdater.checkForUpdates()
}

I am unsure how to resolve this issue

image

@ArekSredzki
Copy link
Owner

Thanks for your ticket. What version of the Electron Release Server are you using?
Notably, v2.x broke API compatibility and is thus incompatible with electron-forge. However, we're working to fix that. You can track this PR: electron/forge#3149

@ArekSredzki
Copy link
Owner

This has now been fixed in Electron Forge v6.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants