Merge pull request #156 from resin-io/upgrade/electron

Upgrade Electron to v0.36.8
This commit is contained in:
Juan Cruz Viotti 2016-02-19 11:57:54 -04:00
commit abf3eb903a
3 changed files with 2 additions and 15 deletions

View File

@ -1,7 +1,7 @@
ELECTRON_PACKAGER=./node_modules/.bin/electron-packager
ELECTRON_BUILDER=./node_modules/.bin/electron-builder
ELECTRON_IGNORE=$(shell cat package.ignore | tr "\\n" "|" | sed "s/.$$//")
ELECTRON_VERSION=0.36.0
ELECTRON_VERSION=0.36.8
APPLICATION_NAME="Etcher"
etcher-release/Etcher-darwin-x64: .

View File

@ -31,19 +31,6 @@ npm install && bower install
npm start
```
GNU/Linux
---------
There is a [known electron issue](https://github.com/atom/electron/issues/3666) that prevents Etcher from running correctly when cloned in directories that don't have global execution permissions at any point of the path.
Until this issue is fixed, we recommend cloning Etcher in directories like `/opt`, and making sure they have execution permissions with:
```sh
chmod a+x /opt
```
You can still run Etcher from inside your home directory by giving your home directory global execution permissions, but notice this might bring security concerns. Do it at your own risk.
Support
-------

View File

@ -58,7 +58,7 @@
"electron-mocha": "^0.8.0",
"electron-builder": "^2.6.0",
"electron-packager": "^5.1.1",
"electron-prebuilt": "^0.36.4",
"electron-prebuilt": "^0.36.8",
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.11.2",