From f50c324170214c8b211a38cca3ba8ad2f29b0a32 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 12 Nov 2015 14:07:22 -0400 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16300ce4..84e4a34e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ELECTRON_PACKAGER=./node_modules/.bin/electron-packager ELECTRON_IGNORE=$(shell cat package.ignore | tr "\\n" "|" | sed "s/.$$//") -ELECTRON_VERSION=0.34.2 +ELECTRON_VERSION=0.31.2 release/Herostratus-darwin-x64: . $(ELECTRON_PACKAGER) . Herostratus \