payload property

PayloadKind payload
final

Shape of the downloaded artifact.

PayloadKind.executable is one bare file installed directly as the binary. PayloadKind.directory is an archive holding the executable and the libraries it loads at run time, which must stay next to it.

Implementation

final PayloadKind payload;