Merge pull request #303923 from colbs255/bottom-add-desktop-file

This commit is contained in:
Franz Pletz 2024-08-25 01:13:31 +02:00 committed by GitHub
commit 444e578124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,8 @@ rustPlatform.buildRustPackage rec {
installShellCompletion \
target/tmp/bottom/completion/btm.{bash,fish} \
--zsh target/tmp/bottom/completion/_btm
install -Dm444 desktop/bottom.desktop -t $out/share/applications
'';
BTM_GENERATE = true;