-
-
Save DearDhruv/54557e6f8cc6ad81c5382ffbb20a9f09 to your computer and use it in GitHub Desktop.
Smartgit desktop file for use with Ubuntu Unity launcher
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
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Terminal=false | |
StartupNotify=true | |
Name=Smartgit | |
Exec=env SMARTGIT_JAVA_HOME=/opt/apps/jre7/ /opt/apps/smartgit/bin/smartgit.sh | |
Icon=/opt/apps/smartgit/bin/smartgit-64.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment