mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 06:00:59 -07:00
Fix regression that broke installing desktop file
In commit 5d94db9c79
the desktop file was
moved from src/ to dist/ but the relative path from src/src.pro was
switched to an absolute path from the repository root. This broke
detection of the file from within qmake.
Fix by using the same $DIST_PATH used elsewhere for consistency, which
uses ../dist/.
This commit is contained in:
parent
ac1839fa6b
commit
acdf9061fe
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ nogui:systemd {
|
||||||
|
|
||||||
# Menu Icon
|
# Menu Icon
|
||||||
!nogui {
|
!nogui {
|
||||||
menuicon.files = dist/unix/qbittorrent.desktop
|
menuicon.files = $$DIST_PATH/qbittorrent.desktop
|
||||||
menuicon.path = $$DATADIR/applications/
|
menuicon.path = $$DATADIR/applications/
|
||||||
INSTALLS += menuicon
|
INSTALLS += menuicon
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue