Last active
June 21, 2018 06:38
-
-
Save wathmal/77d3ba6ec932e69f559865430a407d9f to your computer and use it in GitHub Desktop.
postman native app .desktop file for ubuntu (desktop shortcut). put this inside /home/username/.local/share/applications/ folder.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Encoding=UTF-8 | |
Version=1.0 | |
Name=Postman | |
Comment=Postman Native App | |
Exec=/opt/Postman/Postman — %u | |
Icon=/opt/Postman/app/resources/app/assets/icon.png | |
Terminal=false | |
Type=Application | |
Categories=Network;Development | |
Keywords=rest;api; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment