Experimental changes in preparation for auto-update support.

This commit is contained in:
Daniel Scalzi
2018-04-28 04:16:09 -04:00
parent c6637d18e1
commit 5b74ecef21
6 changed files with 138 additions and 35 deletions

View File

@@ -1,4 +1,5 @@
const {app, BrowserWindow} = require('electron')
//const autoUpdater = require("electron-updater").autoUpdater
const path = require('path')
const url = require('url')
const fs = require('fs')