|
RADLib
RADical C++ application framework
|
Payload file declared in an update manifest. More...
#include <RADUpdate.h>
Public Attributes | |
| std::string | path |
| File path relative to bundle root. More... | |
| std::string | sha256 |
| Expected lowercase SHA-256 hex digest. More... | |
| uint64_t | size = 0 |
| Expected file size in bytes; 0 disables size checking. More... | |
Payload file declared in an update manifest.
| std::string RADUpdate::Payload::path |
File path relative to bundle root.
| std::string RADUpdate::Payload::sha256 |
Expected lowercase SHA-256 hex digest.
| uint64_t RADUpdate::Payload::size = 0 |
Expected file size in bytes; 0 disables size checking.