From b2a9f3ee9ec73657172eab93a2c5b14118ec8ea4 Mon Sep 17 00:00:00 2001 From: neauoire Date: Tue, 10 Dec 2019 16:01:28 -0500 Subject: [PATCH] Updated electron --- desktop/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 1241723..6cd4d59 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "main.js", "scripts": { - "start": "electron .", + "start": "electron . --disable-gpu", "fix": "standard --fix", "clean": "rm -r ~/Documents/Dotgrid-darwin-x64/ ; rm -r ~/Documents/Dotgrid-linux-x64/ ; rm -r ~/Documents/Dotgrid-win32-x64/ ; echo 'cleaned build location'", "build_osx": "electron-packager . Dotgrid --platform=darwin --arch=x64 --out ~/Documents/ --overwrite --icon=icon.icns ; echo 'Built for OSX'", @@ -17,8 +17,8 @@ "push": "npm run build ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run status" }, "devDependencies": { - "electron": "^7.0.0", - "electron-packager": "^14.0.6" + "electron": "^7.1.4", + "electron-packager": "^14.1.1" }, "standard": { "globals": [