mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
12 lines
294 B
Desktop File
12 lines
294 B
Desktop File
[Desktop Entry]
|
|
Name=<%= appName %>
|
|
Comment=<%= description %>
|
|
GenericName=Text Editor
|
|
Exec=<%= installDir %>/share/<%= appFileName %>/atom %F
|
|
Icon=<%= iconPath %>
|
|
Type=Application
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Utility;TextEditor;Development;
|
|
MimeType=text/plain;
|
|
StartupWMClass=Atom
|