Created
August 5, 2017 05:12
-
-
Save bsmt/0d924b54c98b3dfd1c6b5d9d23bd8324 to your computer and use it in GitHub Desktop.
Simplify3D XDG Desktop file
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] | |
Type=Application | |
Version=4.0 | |
Name=Simplify3D | |
Comment=3D Printer Slicer | |
Icon=/opt/Simplify3D-4.0.0/icon.png | |
Exec=/opt/Simplify3D-4.0.0/LaunchScript.sh | |
Terminal=False | |
Path=/opt/Simplify3D-4.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment