Add script to package Linux binary into archive (#11165)
Release Notes: - N/A
This commit is contained in:
parent
73d0600ad2
commit
d743c19fe2
7 changed files with 92 additions and 105 deletions
13
crates/zed/resources/zed.desktop
Normal file
13
crates/zed/resources/zed.desktop
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Zed
|
||||
GenericName=Text Editor
|
||||
Comment=A high-performance, multiplayer code editor.
|
||||
TryExec=zed
|
||||
StartupNotify=true
|
||||
Exec=zed
|
||||
Icon=zed
|
||||
Categories=TextEditor;Development;IDE;
|
||||
Keywords=zed;
|
||||
MimeType=text/plain;
|
Loading…
Add table
Add a link
Reference in a new issue