github.com/developest/gtm-core@v1.0.4-0.20220111132249-cc80a3372c3f/deploy/windows/gtm.json (about)

     1  {
     2    "upgrade_guid": "34c2a4d4-096b-4995-b50a-93635d22f381",
     3    "version": "{VERSION}",
     4    "product_name": "GTM Enhanced",
     5    "manufacturer": "DEVELOPEST",
     6    "name": "GTM Enhanced",
     7    "name_base": "gtm",
     8    "comments": "Seamless time tracking for git",
     9    "installdir": "gtm",
    10    "license_file": "License.rtf",
    11    "registry_entries": [
    12      {
    13        "root": "HKCU",
    14        "key": "Software\\Microsoft\\gtm",
    15        "action": "createAndRemoveOnUninstall",
    16        "name": "SetupPath",
    17        "type": "string",
    18        "value": "[INSTALLDIR]",
    19        "key_path": "no"
    20      }
    21    ],
    22    "parts": [
    23      {
    24        "id": "gtm",
    25        "title": "GTM Enhanced",
    26        "description": "gtm core",
    27        "absent": "disallow",
    28        "staged_dir": "staging"
    29      }
    30    ]
    31  }