maestral_qt: install XDG desktop icon
This commit is contained in:
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user