From d65329eafd907f4a05deeb03795ee6eadc5e0b52 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 28 May 2019 12:05:48 +0100 Subject: [PATCH] Fixed feed URL to stable branch --- app/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.js b/app/app.js index bcf07ea0..d1fe5162 100644 --- a/app/app.js +++ b/app/app.js @@ -11,7 +11,7 @@ autoUpdater.autoDownload = false; autoUpdater.setFeedURL({ provider: "generic", - url: "https://gitlab.com/openflexure/openflexure-microscope-jsclient/-/jobs/artifacts/master/raw?job=package" + url: "https://gitlab.com/openflexure/openflexure-microscope-jsclient/-/jobs/artifacts/stable/raw?job=package" }); autoUpdater.on('checking-for-update', function () {