Unverified Commit a8647419 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #325313 from Tchekda/fix/postman-deep-link

postman: add deeplink args to desktopItem
parents e4020e50 64438ea5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
  desktopItems = [
      (makeDesktopItem {
      name = "postman";
      exec = "postman";
      exec = "postman %U";
      icon = "postman";
      comment = "API Development Environment";
      desktopName = "Postman";