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