Skip to content

Commit

Permalink
nix: use new name
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 7, 2024
1 parent 778952d commit 390099f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec {
copyLibs = true;

postInstall = ''
install -D --mode=444 $src/reset.desktop $out/share/applications/reset.desktop
install -D --mode=444 $src/${pname}.desktop $out/share/applications/${pname}.desktop
install -D --mode=444 $src/src/resources/icons/${pname}.svg $out/share/pixmaps/${pname}.svg
'';

Expand Down

0 comments on commit 390099f

Please sign in to comment.