Log update URL

This commit is contained in:
J. Ryan Stinnett 2021-06-24 14:45:35 +01:00
parent b036113786
commit 37410e6bc4

View file

@ -48,6 +48,7 @@ module.exports.start = function startAutoUpdate(updateBaseUrl) {
}
if (url) {
console.log(`Update URL: ${url}`);
autoUpdater.setFeedURL(url);
// We check for updates ourselves rather than using 'updater' because we need to
// do it in the main process (and we don't really need to check every 10 minutes: