Skip to content

Commit

Permalink
Change electron-updater dependency to use tmp fix for autoUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaco committed Oct 19, 2018
1 parent 90a34e0 commit 96c0838
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const {app, BrowserWindow, Menu, protocol, ipcMain, dialog} = require('electron');
const log = require('electron-log');
const {autoUpdater} = require("electron-updater");
const {autoUpdater} = require("electron-updater-bin");

//-------------------------------------------------------------------
// Logging
Expand Down
18 changes: 1 addition & 17 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-updater-example",
"productName": "Electron updater example",
"version": "0.8.11",
"version": "0.8.14",
"main": "main.js",
"description": "electron-updater example project",
"author": "Matt Haggard",
Expand All @@ -14,7 +14,6 @@
},
"dependencies": {
"electron-log": "^1.3.0",
"electron-updater": "^3.1.2",
"electron-updater-bin": "git+https://github.com/WesterosCraftCode/electron-updater-bin.git"
}
}

0 comments on commit 96c0838

Please sign in to comment.