electron - revert to Electron 4

This commit is contained in:
Benjamin Pasero
2019-09-30 14:55:10 +02:00
parent 78a6b2d72f
commit da76f05e7a
26 changed files with 549 additions and 1376 deletions

View File

@@ -2,7 +2,7 @@
Name=@@NAME_LONG@@
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=@@EXEC@@ --no-sandbox --unity-launch %F
Exec=@@EXEC@@ --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@@ --no-sandbox --new-window %F
Exec=@@EXEC@@ --new-window %F
Icon=@@ICON@@