|
RADLib
RADical C++ application framework
|
One file copied by the installer. More...
#include <RADInstaller.h>
Public Attributes | |
| std::string | source |
| Source path relative to package root. More... | |
| std::string | destination |
| Destination path relative to install root. More... | |
| std::string | checksum |
| Optional file checksum. Use "fnv1a64:<hex>" or a raw FNV-1a 64-bit hex string. More... | |
One file copied by the installer.
| std::string RADInstaller::FileEntry::checksum |
Optional file checksum. Use "fnv1a64:<hex>" or a raw FNV-1a 64-bit hex string.
| std::string RADInstaller::FileEntry::destination |
Destination path relative to install root.
| std::string RADInstaller::FileEntry::source |
Source path relative to package root.