From 83ae8fce8a4919b10ee738e5faf75b8c1456821f Mon Sep 17 00:00:00 2001 From: dnelband <dnelband@gmail.com> Date: Thu, 29 Aug 2019 13:48:24 +0200 Subject: [PATCH] checking if updates --- app/main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/main.js b/app/main.js index 033c73e..1566147 100644 --- a/app/main.js +++ b/app/main.js @@ -92,6 +92,9 @@ function createWindow() { mainWindow.loadURL(indexFileUrl); mainWindow.maximize(); + + console.log('should check for updates') + require('update-electron-app')({ repo: 'dfn2/pling-store', host: 'http://www.opencode.net', -- GitLab