linux: Update `TryExec` value in desktop file (#15149)

Harsh Narayan Jha created

Release Notes:

- Fixed ([#15148](https://github.com/zed-industries/zed/issues/15148)).

Change summary

crates/zed/resources/zed.desktop.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/zed/resources/zed.desktop.in 🔗

@@ -4,7 +4,7 @@ Type=Application
 Name=$APP_NAME
 GenericName=Text Editor
 Comment=A high-performance, multiplayer code editor.
-TryExec=$APP
+TryExec=$APP_CLI
 StartupNotify=$DO_STARTUP_NOTIFY
 Exec=$APP_CLI $APP_ARGS
 Icon=$APP_ICON