|
RADLib
RADical C++ application framework
|
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< Payload > | payloads |
| Payload files. More... | |
| std::string | installerManifest |
| Optional installer manifest path inside the bundle. More... | |
| std::string | signaturePath |
| Optional signature path for this manifest. More... | |
Signed update manifest.
| std::string RADUpdate::UpdateManifest::channel |
Release channel.
| std::string RADUpdate::UpdateManifest::installerManifest |
Optional installer manifest path inside the bundle.
| std::string RADUpdate::UpdateManifest::minimumVersion |
Minimum compatible installed version.
| std::string RADUpdate::UpdateManifest::product |
Product identifier.
| std::string RADUpdate::UpdateManifest::signaturePath |
Optional signature path for this manifest.
| std::string RADUpdate::UpdateManifest::version |
Update version.