Create a Genero Desktop Client desktop shortcut on macOS™

Create a desktop shortcut for the Genero Desktop Client (GDC) on the macOS™ operating system.

  1. Go to Applications/Utilities > AppleScript > Script Editor.
  2. Complete and enter the following command:
    try  
            do shell script "~/Users<USERNAME>/Applications/Genero\\ Desktop\\ Client\\
            <VERSIONNUMBER>.app/Contents/MacOS/gdc <COMMANDLINEOPTIONS>" 
    end try
    Note: For more information about the modes that you can start the shortcut in, see command line options
    Option: to verify that the script is correct, click Run.
  3. Save the script on the desktop as an Application bundle.