From f3a1b839b95f2667e9f09ae694ac02187fb2dddc Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Wed, 21 Aug 2019 11:08:55 +0000 Subject: [PATCH] Remove setFeedURL --- app/app.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/app.js b/app/app.js index 34c5c85a..e9b56f12 100644 --- a/app/app.js +++ b/app/app.js @@ -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) {