mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 05:06:40 +00:00
Package Electron with 0.31.2
This was the last known version to work on Ubuntu. See https://github.com/resin-io/herostratus/pull/10
This commit is contained in:
parent
a0417cdda0
commit
f50c324170
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