mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Rename .desktop and appdata files to match executable name. Fixes #6625.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user