Created
March 17, 2019 16:35
-
-
Save NazmusShakib/a704000d67c609e3323b0a4cb80791fa to your computer and use it in GitHub Desktop.
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
-- Download the Postman from: https://www.getpostman.com/downloads | |
-- Extract and move it to: /opt/ | |
-- Then open terminal and execute below code: | |
cat > ~/.local/share/applications/postman.desktop <<EOL | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Version=1.0 | |
Type=Application | |
Name=Postman | |
Icon=/opt/Postman-linux-x64-7.0.5/app/resources/app/assets/icon.png | |
Path=/opt/Postman-linux-x64-7.0.5/app | |
Exec=/opt/Postman-linux-x64-7.0.5/app/Postman | |
StartupNotify=false | |
StartupWMClass=Postman | |
OnlyShowIn=Unity;GNOME; | |
X-UnityGenerated=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment