postman native app .desktop file for ubuntu (desktop shortcut). put this inside /home/username/.local/share/applications/ folder.
[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