RADLib
RADical C++ application framework
RADUpdate::UpdateManifest Struct Reference

Signed update manifest. More...

#include <RADUpdate.h>

Public Attributes

std::string product
 Product identifier. More...
 
std::string version
 Update version. More...
 
std::string channel
 Release channel. More...
 
std::string minimumVersion
 Minimum compatible installed version. More...
 
std::vector< Payloadpayloads
 Payload files. More...
 
std::string installerManifest
 Optional installer manifest path inside the bundle. More...
 
std::string signaturePath
 Optional signature path for this manifest. More...
 

Detailed Description

Signed update manifest.

Member Data Documentation

◆ channel

std::string RADUpdate::UpdateManifest::channel

Release channel.

◆ installerManifest

std::string RADUpdate::UpdateManifest::installerManifest

Optional installer manifest path inside the bundle.

◆ minimumVersion

std::string RADUpdate::UpdateManifest::minimumVersion

Minimum compatible installed version.

◆ payloads

std::vector<Payload> RADUpdate::UpdateManifest::payloads

Payload files.

◆ product

std::string RADUpdate::UpdateManifest::product

Product identifier.

◆ signaturePath

std::string RADUpdate::UpdateManifest::signaturePath

Optional signature path for this manifest.

◆ version

std::string RADUpdate::UpdateManifest::version

Update version.


The documentation for this struct was generated from the following file: