From fa9966a2b1c4e1bc9dd96fc3cb28e6bf08f08a09 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 7 Jul 2016 14:34:27 -0400 Subject: [PATCH] upgrade(GUI): electron to v1.2.6 (#561) This version contains a GNU/Linux fix there the image extension was changed by the dialog. Change-Type: patch Changelog-Entry: Fix `ENOENT` error when selecting certain images with multiple extensions on GNU/Linux. See: https://github.com/electron/electron/issues/6305 Signed-off-by: Juan Cruz Viotti --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e421dd2..32d89508 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "electron-mocha": "^1.2.2", "electron-osx-sign": "^0.3.0", "electron-packager": "^7.0.1", - "electron-prebuilt": "1.1.1", + "electron-prebuilt": "1.2.6", "eslint": "^2.13.1", "gulp": "^3.9.0", "gulp-sass": "^2.0.4",