From ed67d39b88fe2e3aad3e88557f32551a8c3cc0f0 Mon Sep 17 00:00:00 2001 From: Alexis Lopez Zubieta <contact@azubieta.net> Date: Fri, 30 Aug 2019 16:40:06 -0500 Subject: [PATCH] Revert "setFeedUrl" This reverts commit 97481afd31bc9850cc66654dab84406d6f75ae10. --- app/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main.js b/app/main.js index 0ea2bec..1cf7ba7 100644 --- a/app/main.js +++ b/app/main.js @@ -10,8 +10,6 @@ const {autoUpdater} = require("electron-updater") autoUpdater.logger = require("electron-log") autoUpdater.logger.transports.file.level = "info" -autoUpdater.setFeedURL({"provider": "generic", "url": "https://www.opencode.net/azubieta/pling-store/-/jobs/artifacts/master/raw/build_pling-store/pling-store-master-x86_64.AppImage.zsync?job=appimage"}) - // Set configs dir app.setPath("userData", app.getPath("appData") + "/OCS-Store") -- GitLab