mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
flake: Copy logo.svg in postInstall hook
This commit is contained in:
parent
b1ee4ab5c6
commit
a3fa65880e
1 changed files with 2 additions and 1 deletions
|
@ -73,8 +73,9 @@ in
|
|||
postInstall = ''
|
||||
mkdir -p $out/lib
|
||||
installShellCompletion ${./contrib/completion}/hx.{bash,fish,zsh}
|
||||
mkdir -p $out/share/{applications,icons/hicolor/256x256/apps}
|
||||
mkdir -p $out/share/{applications,icons/hicolor/{256x256,scalable}/apps}
|
||||
cp ${./contrib/Helix.desktop} $out/share/applications
|
||||
cp ${./logo.svg} $out/share/icons/hicolor/scalable/apps/helix.svg
|
||||
cp ${./contrib/helix.png} $out/share/icons/hicolor/256x256/apps
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue