update to electron 6.0.x (#81644)

* update to electron 6.0.x

* chore: bump electron@6.0.12
This commit is contained in:
Benjamin Pasero
2019-10-10 21:26:28 +02:00
committed by Robo
parent 41db44ff34
commit 23956cc5e2
26 changed files with 1394 additions and 555 deletions

View File

@@ -2,7 +2,7 @@
Name=@@NAME_LONG@@
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=@@EXEC@@ --unity-launch %F
Exec=@@EXEC@@ --no-sandbox --unity-launch %F
Icon=@@ICON@@
Type=Application
StartupNotify=false
@@ -14,5 +14,5 @@ Keywords=vscode;
[Desktop Action new-empty-window]
Name=New Empty Window
Exec=@@EXEC@@ --new-window %F
Exec=@@EXEC@@ --no-sandbox --new-window %F
Icon=@@ICON@@