Answers for "linux .desktop file for sh file"

0

linux .desktop file for sh file

Make a text file with this in it:

[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon=/file location/file name.png
Exec="/file location/file name.sh"
Name=put name here

Next give it the file extention of ".desktop"
Posted by: Guest on August-21-2021

Browse Popular Code Answers by Language