GetIt Local Files Format

From RAD Studio
Jump to: navigation, search

Go Up to GetIt Local Files Guide Index


The local file is a JSON file. This local file has a simpler JSON format than the one used to configure a GetIt package on a server, simply because some fields make limited sense locally.

A key element of this format is that the JSON file allows you to specify:

  • A local file with a relative path to the JSON file
  • A remote file with an http(s) URL

Both the local and remote files can be applied for:

  • The actual package content (a Zip file or a 7z file)
  • The license file
  • The package image

See Also