mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
Merge pull request #13 from resin-io/jviotti/fix/package-electron
Package Electron with 0.31.2
This commit is contained in:
commit
4925d1d722
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
ELECTRON_PACKAGER=./node_modules/.bin/electron-packager
|
ELECTRON_PACKAGER=./node_modules/.bin/electron-packager
|
||||||
ELECTRON_IGNORE=$(shell cat package.ignore | tr "\\n" "|" | sed "s/.$$//")
|
ELECTRON_IGNORE=$(shell cat package.ignore | tr "\\n" "|" | sed "s/.$$//")
|
||||||
ELECTRON_VERSION=0.34.2
|
ELECTRON_VERSION=0.31.2
|
||||||
|
|
||||||
release/Herostratus-darwin-x64: .
|
release/Herostratus-darwin-x64: .
|
||||||
$(ELECTRON_PACKAGER) . Herostratus \
|
$(ELECTRON_PACKAGER) . Herostratus \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user