Commit f3a1b839 authored by Joel Collins's avatar Joel Collins
Browse files

Remove setFeedURL

parent 047d4be5
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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) {