maestral_qt: install XDG desktop icon

This commit is contained in:
David Tchekachev
2025-08-12 09:07:03 +02:00
committed by Peter Hoeg
parent b6705ec389
commit 14d9eceaf3
@@ -52,6 +52,10 @@ python3.pkgs.buildPythonApplication rec {
"--prefix PYTHONPATH : ${makePythonPath [ maestral ]}"
];
postInstall = ''
install -Dm444 -t $out/share/icons/hicolor/512x512/apps src/maestral_qt/resources/maestral.png
'';
# no tests
doCheck = false;