Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
feat: Upgrade electron to v4, and electron-packager (if required) to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Feb 25, 2019
1 parent 28a8ace commit 57eb65e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/electron/bundler.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('fs')
const
appPath = require('../app-paths'),
packagerVersion = '12.0.1',
packagerVersion = '13.1.0',
log = require('../helpers/logger')('app:electron-bundle')

function isValidName (bundlerName) {
Expand Down
4 changes: 2 additions & 2 deletions lib/mode/mode-electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const

const
electronDeps = {
'electron': '3.0.8',
'electron-debug': '2.0.0',
'electron': '4.0.5',
'electron-debug': '2.1.0',
'electron-devtools-installer': '2.2.4',
'devtron': '1.4.0'
}
Expand Down

0 comments on commit 57eb65e

Please sign in to comment.