mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
It is no longer hard coded into the atom.desktop.in file; the individual grunt tasks now determine how the executable is accessed.
11 lines
234 B
Desktop File
11 lines
234 B
Desktop File
[Desktop Entry]
|
|
Name=Atom
|
|
Comment=<%= description %>
|
|
GenericName=Text Editor
|
|
Exec=<%= executable %> %U
|
|
Icon=<%= iconName %>
|
|
Type=Application
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Utility;TextEditor;Development;
|
|
MimeType=text/plain;
|