Merge pull request #325313 from Tchekda/fix/postman-deep-link
postman: add deeplink args to desktopItem
This commit is contained in:
commit
a864741999
@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "postman";
|
||||
exec = "postman";
|
||||
exec = "postman %U";
|
||||
icon = "postman";
|
||||
comment = "API Development Environment";
|
||||
desktopName = "Postman";
|
||||
|
Loading…
Reference in New Issue
Block a user