Rename electron-updater to electron-updater-bin for now.
This commit is contained in:
parent
b93ecf29e3
commit
e6874b50bb
2
index.js
2
index.js
@ -1,6 +1,6 @@
|
||||
// Requirements
|
||||
const {app, BrowserWindow, ipcMain} = require('electron')
|
||||
const autoUpdater = require('electron-updater').autoUpdater
|
||||
const autoUpdater = require('electron-updater-bin').autoUpdater
|
||||
const ejse = require('ejs-electron')
|
||||
const fs = require('fs')
|
||||
const isDev = require('./app/assets/js/isdev')
|
||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -1040,9 +1040,9 @@
|
||||
"mime": "^2.3.1"
|
||||
}
|
||||
},
|
||||
"electron-updater": {
|
||||
"version": "github:WesterosCraftCode/electron-updater-bin#e691c04ba3eba8d369090720e4aacb34c943a698",
|
||||
"from": "github:WesterosCraftCode/electron-updater-bin",
|
||||
"electron-updater-bin": {
|
||||
"version": "git://github.com/WesterosCraftCode/electron-updater-bin.git#5280cdce2b5b0c776387254e6e8b97ff5f53884f",
|
||||
"from": "git://github.com/WesterosCraftCode/electron-updater-bin.git",
|
||||
"requires": {
|
||||
"bluebird-lst": "^1.0.5",
|
||||
"builder-util-runtime": "~4.4.1",
|
||||
|
@ -36,7 +36,7 @@
|
||||
"discord-rpc": "^3.0.1",
|
||||
"ejs": "^2.6.1",
|
||||
"ejs-electron": "^2.0.3",
|
||||
"electron-updater": "WesterosCraftCode/electron-updater-bin",
|
||||
"electron-updater-bin": "git://github.com/WesterosCraftCode/electron-updater-bin",
|
||||
"github-syntax-dark": "^0.5.0",
|
||||
"jquery": "^3.3.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
|
Loading…
Reference in New Issue
Block a user