Last active
January 13, 2023 07:19
-
-
Save culy247/a21db5cd4730f6cad5ba50a003dae5b9 to your computer and use it in GitHub Desktop.
ubuntu postman desktop entry
This file contains hidden or 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=/home/username/Postman/Postman — %u | |
Icon=/home/username/Postman/logo.png | |
Terminal=false | |
StartupWMClass=postman | |
Type=Application | |
Categories=Network; | |
MimeType=x-scheme-handler/tg; | |
X-Desktop-File-Install-Version=0.22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment