Skip to content

Commit

Permalink
Move back to electron-updater (fix included), dep upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Oct 25, 2018
1 parent f089993 commit 8a7b947
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Requirements
const {app, BrowserWindow, ipcMain} = require('electron')
const autoUpdater = require('electron-updater-bin').autoUpdater
const autoUpdater = require('electron-updater').autoUpdater
const ejse = require('ejs-electron')
const fs = require('fs')
const isDev = require('./app/assets/js/isdev')
Expand Down
23 changes: 12 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"discord-rpc": "^3.0.1",
"ejs": "^2.6.1",
"ejs-electron": "^2.0.3",
"electron-updater-bin": "git://github.com/WesterosCraftCode/electron-updater-bin",
"electron-updater": "^3.1.2",
"github-syntax-dark": "^0.5.0",
"jquery": "^3.3.1",
"mkdirp": "^0.5.1",
Expand All @@ -48,7 +48,7 @@
"winreg": "^1.2.4"
},
"devDependencies": {
"electron": "^3.0.4",
"electron": "^3.0.6",
"electron-builder": "^20.28.4",
"eslint": "^5.7.0"
},
Expand Down

0 comments on commit 8a7b947

Please sign in to comment.