Unverified Commit 71d84f92 authored by dish's avatar dish Committed by GitHub
Browse files

lightburn: move icon to spec-compliant location (#492733)

parents ee21fe0b 25c6eae1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {

    mkdir -p $out/opt
    cp -ar LightBurn $out/opt/lightburn
    install -Dm644 $out/opt/lightburn/LightBurn.png $out/share/pixmaps/lightburn.png
    install -Dm644 $out/opt/lightburn/LightBurn.png $out/share/icons/hicolor/512x512/apps/lightburn.png

    runHook postInstall
  '';