Activate special icon for nightly builds (using SUFFIX=-nightly).
This commit is contained in:
parent
0eb91e0549
commit
d2666c80ef
2 changed files with 1 additions and 1 deletions
|
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 152 KiB |
|
|
@ -579,7 +579,7 @@ appdata.extra = cp -f openscad.appdata.xml \"\$(INSTALL_ROOT)$${appdata.path}/$$
|
|||
INSTALLS += appdata
|
||||
|
||||
icons.path = $$PREFIX/share/pixmaps
|
||||
icons.extra = cp -f icons/openscad.png \"\$(INSTALL_ROOT)$${icons.path}/$${FULLNAME}.png\"
|
||||
icons.extra = test -f icons/$${FULLNAME}.png && cp -f icons/$${FULLNAME}.png \"\$(INSTALL_ROOT)$${icons.path}/\" || cp -f icons/openscad.png \"\$(INSTALL_ROOT)$${icons.path}/$${FULLNAME}.png\"
|
||||
INSTALLS += icons
|
||||
|
||||
man.path = $$PREFIX/share/man/man1
|
||||
|
|
|
|||
Loading…
Reference in a new issue