Skip to content

Commit 69e4e5b

Browse files
committed
Don't use the CLI for the desktop entry
Fixes microsoft#24961
1 parent fe85261 commit 69e4e5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/linux/code.desktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name=@@NAME_LONG@@
33
Comment=Code Editing. Redefined.
44
GenericName=Text Editor
5-
Exec=/usr/share/@@NAME@@/bin/@@NAME@@ --unity-launch %U
5+
Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %U
66
Icon=@@NAME@@
77
Type=Application
88
StartupNotify=true
@@ -23,5 +23,5 @@ Name[ko]=새 창
2323
Name[ru]=Новое окно
2424
Name[zh_CN]=新建窗口
2525
Name[zh_TW]=開新視窗
26-
Exec=/usr/share/@@NAME@@/bin/@@NAME@@ --new-window %U
26+
Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %U
2727
Icon=@@NAME@@

0 commit comments

Comments
 (0)