Merge pull request #11284 from jonmast/master

Use %F instead of %U for file variable in desktop file
This commit is contained in:
Machisté N. Quintana
2016-08-06 09:06:34 -07:00
committed by GitHub

View File

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