mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
11 lines
274 B
Desktop File
11 lines
274 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;
|