From 37410e6bc4ec6dd84d9deb9dd869edcc5bfa9b05 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 24 Jun 2021 14:45:35 +0100 Subject: [PATCH] Log update URL --- src/updater.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/updater.js b/src/updater.js index 11b5e24..f57e0f7 100644 --- a/src/updater.js +++ b/src/updater.js @@ -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: