Activate special icon for nightly builds (using SUFFIX=-nightly).

master
Torsten Paul 2015-03-13 00:08:26 +01:00
parent 0eb91e0549
commit d2666c80ef
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 152 KiB

View File

@ -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