Skip to content

Commit

Permalink
Don't use the CLI for the desktop entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Apr 27, 2017
1 parent fe85261 commit 69e4e5b
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/share/@@NAME@@/bin/@@NAME@@ --unity-launch %U
Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %U
Icon=@@NAME@@
Type=Application
StartupNotify=true
Expand All @@ -23,5 +23,5 @@ Name[ko]=새 창
Name[ru]=Новое окно
Name[zh_CN]=新建窗口
Name[zh_TW]=開新視窗
Exec=/usr/share/@@NAME@@/bin/@@NAME@@ --new-window %U
Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %U
Icon=@@NAME@@

0 comments on commit 69e4e5b

Please sign in to comment.