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 > Script Editor.
  2. 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
  3. 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
  4. Save the script on the desktop as an Application bundle.