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

Fixed feed URL to stable branch

parent 63ef0d7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 () {