Create a desktop shortcut for the Genero Desktop Client (GDC) on the macOS™ operating system.
-
Go to .
-
If the GDC was installed for the logged-in user, enter one of the following commands,
substituting values for the placeholders indicated by the angle brackets:
try
do shell script "~/Applications/Genero\\ Desktop\\ Client\\
<VERSIONNUMBER>.app/Contents/MacOS/gdc <COMMANDLINEOPTIONS>"
end try
or
try
do shell script "/Users/<USERNAME>/Applications/Genero\\ Desktop\\ Client\\
<VERSIONNUMBER>.app/Contents/MacOS/gdc <COMMANDLINEOPTIONS>"
end try
-
If the GDC was installed for all users, enter the following command, substituting values for
the placeholders indicated by the angle brackets:
try
do shell script "/Applications/Genero\\ Desktop\\ Client\\
<VERSIONNUMBER>.app/Contents/MacOS/gdc <COMMANDLINEOPTIONS>"
end try
-
Save the script on the desktop as an Application bundle.