We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd9226 commit b76de42Copy full SHA for b76de42
src/index.js
@@ -1,9 +1,10 @@
1
import { app, BrowserWindow } from 'electron';
2
const path = require('path');
3
4
-// Auto-updater module
+// Auto-updater module for electron-simple-updater package
5
+// url: https://www.npmjs.com/package/electron-simple-updater
6
const updater = require('electron-simple-updater');
-updater.init('path_to_release_json');
7
+updater.init('https://raw.githubusercontent.com/siwalikm/coffitivity-offline/master/src/updates.json');
8
9
10
// Keep a global reference of the window object, if you don't, the window will
0 commit comments