mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-02-07 17:02:29 +01:00
Log update URL
This commit is contained in:
parent
b036113786
commit
37410e6bc4
@ -48,6 +48,7 @@ module.exports.start = function startAutoUpdate(updateBaseUrl) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (url) {
|
if (url) {
|
||||||
|
console.log(`Update URL: ${url}`);
|
||||||
autoUpdater.setFeedURL(url);
|
autoUpdater.setFeedURL(url);
|
||||||
// We check for updates ourselves rather than using 'updater' because we need to
|
// 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:
|
// do it in the main process (and we don't really need to check every 10 minutes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user