Remove setFeedURL

This commit is contained in:
Joel Collins 2019-08-21 11:08:55 +00:00
parent 047d4be570
commit f3a1b839b9

View file

@ -12,11 +12,6 @@ const { store } = require('./store')
// Auto upadater
autoUpdater.autoDownload = false;
autoUpdater.setFeedURL({
provider: "generic",
url: "https://gitlab.com/openflexure/openflexure-microscope-jsclient/-/jobs/artifacts/stable/raw?job=package"
});
autoUpdater.on('checking-for-update', function () {});
autoUpdater.on('update-available', function (info) {