Fixed feed URL to stable branch

This commit is contained in:
Joel Collins 2019-05-28 12:05:48 +01:00
parent 63ef0d7af8
commit d65329eafd

View file

@ -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 () {