Skip to content

Commit 8dac8fc

Browse files
authored
Fix app icon install on linux
1 parent 4643360 commit 8dac8fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/rdm.pro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,11 @@ unix:!macx { # ubuntu & debian
124124
data.path = $$LINUX_INSTALL_PATH/lib
125125
data.files = $$PWD/lib/*
126126
INSTALLS += data
127-
127+
128+
appicon_rename.extra = cp $$PWD/resources/images/logo.png $$PWD/resources/images/rdm.png
129+
INSTALLS += appicon_rename
130+
128131
appicon.path = /usr/share/pixmaps/
129-
appicon.extra = cp $$PWD/resources/images/logo.png $$PWD/resources/images/rdm.png
130132
appicon.files = $$PWD/resources/images/rdm.png
131133
INSTALLS += appicon
132134

0 commit comments

Comments
 (0)