ncspot: fix desktop file

Fix the typo in the name the desktop file and icon.
This commit is contained in:
Olli Helenius 2024-11-01 10:40:05 +02:00
parent ab464abbeb
commit 8c6ecc5ce7
No known key found for this signature in database
GPG Key ID: 67235CC88F41DE3C

View File

@ -80,8 +80,8 @@ rustPlatform.buildRustPackage rec {
++ lib.optional withTermion "termion_backend";
postInstall = ''
install -D --mode=444 $src/misc/ncspot.desktop $out/share/applications/nscpot.desktop
install -D --mode=444 $src/images/logo.svg $out/share/icons/hicolor/scalable/apps/nscpot.png
install -D --mode=444 $src/misc/ncspot.desktop $out/share/applications/ncspot.desktop
install -D --mode=444 $src/images/logo.svg $out/share/icons/hicolor/scalable/apps/ncspot.svg
'';
passthru = {