We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
^6.3.9
the updater not get latest release in repository
The text was updated successfully, but these errors were encountered:
and this is obviously a problem
Sorry, something went wrong.
patch with ugly method //autoUpdater.allowDowngrade=true function getRedirectedUrl(url) { return new Promise((resolve, reject) => { https.get(url, (res) => { if (res.statusCode >= 300 && res.statusCode < 400 && res.headers.location) { resolve(res.headers.location); } else { reject(new Error('No redirection found')); } }).on('error', (err) => { reject(err); }); }); } with your release page
//autoUpdater.allowDowngrade=true function getRedirectedUrl(url) { return new Promise((resolve, reject) => { https.get(url, (res) => { if (res.statusCode >= 300 && res.statusCode < 400 && res.headers.location) { resolve(res.headers.location); } else { reject(new Error('No redirection found')); } }).on('error', (err) => { reject(err); }); }); }
No branches or pull requests
^6.3.9
the updater not get latest release in repository
The text was updated successfully, but these errors were encountered: