
Fix https://github.com/zed-industries/zed/pull/13807#issuecomment-2221324262 Release Notes: - N/A
18 lines
433 B
Desktop File
18 lines
433 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=$APP_NAME
|
|
GenericName=Text Editor
|
|
Comment=A high-performance, multiplayer code editor.
|
|
TryExec=$APP_CLI
|
|
StartupNotify=$DO_STARTUP_NOTIFY
|
|
Exec=$APP_CLI $APP_ARGS
|
|
Icon=$APP_ICON
|
|
Categories=Utility;TextEditor;Development;IDE;
|
|
Keywords=zed;
|
|
MimeType=text/plain;inode/directory;
|
|
Actions=NewWorkspace;
|
|
|
|
[Desktop Action NewWorkspace]
|
|
Exec=$APP_CLI --new $APP_ARGS
|
|
Name=Open a new workspace
|