Use electron binary over CLI in desktop entry

Fixes #6110
This commit is contained in:
Daniel Imms 2016-05-27 16:12:56 -07:00
parent 4c71c3ed16
commit 069e325d0b

View file

@ -2,7 +2,7 @@
Name=@@NAME_LONG@@
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/bin/@@NAME@@ %U
Exec=/usr/share/@@NAME@@/@@NAME@@ %U
Icon=@@NAME@@
Type=Application
StartupNotify=true
@ -22,5 +22,5 @@ Name[ko]=새 창
Name[ru]=Новое окно
Name[zh_CN]=
Name[zh_TW]=
Exec=/usr/bin/@@NAME@@ --new-window %U
Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %U
Icon=@@NAME@@