Commit 61ea44d2 authored by Gavin John's avatar Gavin John
Browse files

localsend: remove absolute path in desktop entry

parent a79f50e3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -47,12 +47,11 @@ let
      done
      mkdir -p $out/share/applications
      cp $desktopItem/share/applications/*.desktop $out/share/applications
      substituteInPlace $out/share/applications/*.desktop --subst-var out
    '';

    desktopItem = makeDesktopItem {
      name = "LocalSend";
      exec = "@out@/bin/localsend_app";
      exec = "localsend_app";
      icon = "localsend";
      desktopName = "LocalSend";
      startupWMClass = "localsend_app";