mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Use reverse DNS convention for metadata files naming
Also update appdata install path. Closes #10111.
This commit is contained in:
@@ -35,12 +35,12 @@ nogui:systemd {
|
||||
|
||||
# Menu Icon
|
||||
!nogui {
|
||||
menuicon.files = $$DIST_PATH/qbittorrent.desktop
|
||||
menuicon.files = $$DIST_PATH/org.qbittorrent.qBittorrent.desktop
|
||||
menuicon.path = $$DATADIR/applications/
|
||||
INSTALLS += menuicon
|
||||
|
||||
appdata.files = $$DIST_PATH/qbittorrent.appdata.xml
|
||||
appdata.path = $$DATADIR/appdata/
|
||||
appdata.files = $$DIST_PATH/org.qbittorrent.qBittorrent.appdata.xml
|
||||
appdata.path = $$DATADIR/metainfo/
|
||||
INSTALLS += appdata
|
||||
|
||||
# Apps icons
|
||||
|
||||
Reference in New Issue
Block a user