mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Use reverse DNS convention for metadata files naming
Also update appdata install path. Closes #10111.
This commit is contained in:
committed by
sledgehammer999
parent
ae7fa9ea82
commit
e29b9655eb
@@ -36,12 +36,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