mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
🐧 Use %F instead of %U for file variable
The desktop entry specification states that %U is for URLs and %F is for files. Since atom doesn't support URLs, we should use %F. Fixes #2320.
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