Skip to content

Commit

Permalink
Use electron binary over CLI in desktop entry
Browse files Browse the repository at this point in the history
Fixes #6110
  • Loading branch information
Tyriar committed May 27, 2016
1 parent 4c71c3e commit 069e325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/linux/code.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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@@

0 comments on commit 069e325

Please sign in to comment.