openrgb: add desktop icon

This commit is contained in:
Elian Doran
2022-01-28 09:21:48 -08:00
committed by Jonathan Ringer
parent c6fb6e0a63
commit 80ec92d55a
@@ -26,6 +26,9 @@ mkDerivation rec {
mkdir -p $out/etc/udev/rules.d
cp 60-openrgb.rules $out/etc/udev/rules.d
install -Dm444 -t "$out/share/applications" qt/OpenRGB.desktop
install -Dm444 -t "$out/share/icons/hicolor/128x128/apps" qt/OpenRGB.png
runHook postInstall
'';