Merge pull request #17508 from rayfoss/patch-1

.Desktop SCL compat by setting exec path
This commit is contained in:
David Wilson
2018-09-06 08:42:08 -07:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
Name=<%= appName %>
Comment=<%= description %>
GenericName=Text Editor
Exec=<%= installDir %>/share/<%= appFileName %>/atom %F
Exec=<%= installDir %>/bin/<%= appFileName %> %F
Icon=<%= iconPath %>
Type=Application
StartupNotify=true