Unverified Commit 0620bfb6 authored by dish's avatar dish Committed by GitHub
Browse files

seabird: comply with freedesktop icon specification (#491514)

parents a8991d85 3cf8ea2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ buildGoModule (finalAttrs: {
  '';

  postInstall = ''
    install -Dm644 internal/icon/seabird.svg $out/share/pixmaps/dev.skynomads.Seabird.svg
    install -Dm644 internal/icon/seabird.svg $out/share/icons/hicolor/scalable/dev.skynomads.Seabird.svg
  '';

  desktopItems = [ "dev.skynomads.Seabird.desktop" ];