mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Rename .desktop and appdata files to match executable name. Fixes #6625.
This commit is contained in:
parent
b5a67aefdb
commit
ef08b4269d
4 changed files with 17 additions and 15 deletions
|
@ -39,11 +39,11 @@ nogui:systemd {
|
|||
|
||||
# Menu Icon
|
||||
!nogui {
|
||||
menuicon.files = icons/qBittorrent.desktop
|
||||
menuicon.files = icons/qbittorrent.desktop
|
||||
menuicon.path = $$DATADIR/applications/
|
||||
INSTALLS += menuicon
|
||||
|
||||
appdata.files = $$DIST_PATH/qBittorrent.appdata.xml
|
||||
appdata.files = $$DIST_PATH/qbittorrent.appdata.xml
|
||||
appdata.path = $$DATADIR/appdata/
|
||||
INSTALLS += appdata
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue