mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #11284 from jonmast/master
Use %F instead of %U for file variable in desktop file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user