From 4d9c73f4367e89020aa242b377b9c2d77ffc7d52 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 21 Dec 2018 11:46:18 +0100 Subject: community/electron2: add fixes from electron --- community/electron2/allow-i686.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/electron2/allow-i686.patch (limited to 'community/electron2/allow-i686.patch') diff --git a/community/electron2/allow-i686.patch b/community/electron2/allow-i686.patch new file mode 100644 index 00000000..154ab9bc --- /dev/null +++ b/community/electron2/allow-i686.patch @@ -0,0 +1,14 @@ +--- a/script/update.py ++++ b/script/update.py +@@ -15,11 +15,6 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) + + def main(): + os.chdir(SOURCE_ROOT) +- +- if PLATFORM != 'win32' and platform.architecture()[0] != '64bit': +- print 'Electron is required to be built on a 64bit machine' +- return 1 +- + update_external_binaries() + return update_gyp() + -- cgit v1.2.3-70-g09d2