mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Upgrade Electron to v0.36.11 (#275)
This version contains a fix for `resizable: false` not working on GNU/Linux. See: https://github.com/electron/electron/releases/tag/v0.36.11 Fixes: https://github.com/resin-io/etcher/issues/272 Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
c2265c6561
commit
2e75b7f2bb
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ ELECTRON_PACKAGER=./node_modules/.bin/electron-packager
|
||||
ELECTRON_BUILDER=./node_modules/.bin/electron-builder
|
||||
ELECTRON_OSX_SIGN=./node_modules/.bin/electron-osx-sign
|
||||
ELECTRON_IGNORE=$(shell node -e "console.log(require('./package.json').packageIgnore.join('|'))")
|
||||
ELECTRON_VERSION=0.36.8
|
||||
ELECTRON_VERSION=0.36.11
|
||||
ETCHER_VERSION=$(shell node -e "console.log(require('./package.json').version)")
|
||||
APPLICATION_NAME=$(shell node -e "console.log(require('./package.json').displayName)")
|
||||
APPLICATION_DESCRIPTION=$(shell node -e "console.log(require('./package.json').description)")
|
||||
|
@ -79,7 +79,7 @@
|
||||
"electron-mocha": "^0.8.0",
|
||||
"electron-osx-sign": "^0.3.0",
|
||||
"electron-packager": "^6.0.0",
|
||||
"electron-prebuilt": "^0.36.8",
|
||||
"electron-prebuilt": "^0.36.11",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-jscs": "^3.0.2",
|
||||
"gulp-jshint": "^2.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user