Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 681 Bytes

applications.md

File metadata and controls

17 lines (13 loc) · 681 Bytes

Applications configuration

All the applications configuration

Additional Properties

  • Additional Properties (object): An application configuration.
    • url-pattern (string): URL pattern, to be used for files that didn't come from GitHub release, available arguments: {version}.
    • type (string): The type of file. Must be one of: ["tar"].
    • get-file-name (string): The name of the file to get in the GitHub release.
    • to-file-name (string): The name of the final tile we will create.
    • tar-file-name (string)
    • finish-commands (array)
      • Items (array)
        • Items (string)

Definitions