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

postman: add deeplink args to desktopItem
This commit is contained in:
Aleksana 2024-07-09 11:49:24 +08:00 committed by GitHub
commit a864741999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
desktopItems = [
(makeDesktopItem {
name = "postman";
exec = "postman";
exec = "postman %U";
icon = "postman";
comment = "API Development Environment";
desktopName = "Postman";