Fixed feed URL to stable branch
This commit is contained in:
parent
63ef0d7af8
commit
d65329eafd
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ autoUpdater.autoDownload = false;
|
||||||
|
|
||||||
autoUpdater.setFeedURL({
|
autoUpdater.setFeedURL({
|
||||||
provider: "generic",
|
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 () {
|
autoUpdater.on('checking-for-update', function () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue