mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1213664 [desktop file has %F in the wrong place](https://bugs.launchpad.net/calibre/+bug/1213664)
This commit is contained in:
parent
fdd9b43f51
commit
8d87f72755
@ -857,11 +857,11 @@ GUI = '''\
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=calibre %F
|
||||
Name=calibre
|
||||
GenericName=E-book library management
|
||||
Comment=E-book library management: Convert, view, share, catalogue all your e-books
|
||||
TryExec=calibre
|
||||
Exec=calibre
|
||||
Exec=calibre %F
|
||||
Icon=calibre-gui
|
||||
Categories=Office;
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user