I have a sh-script in MacOS that launches my application. I can use Automator to create executable desctop icon for it but manually.
Is there any way automatically create a desktop icon that will execute this sh-script by double-clicking on this icon? And also I would like to create such icon using some parameters like a path to custom image of the icon.
Note. In our project we have a number of jar-files for about 100Mb. So now I use sh-script with configuration to launch the application.