Remove setFeedURL
This commit is contained in:
parent
047d4be570
commit
f3a1b839b9
1 changed files with 0 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue