RADLib
RADical C++ application framework
RADInstaller::FileEntry Struct Reference

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...
 

Detailed Description

One file copied by the installer.

Member Data Documentation

◆ checksum

std::string RADInstaller::FileEntry::checksum

Optional file checksum. Use "fnv1a64:<hex>" or a raw FNV-1a 64-bit hex string.

◆ destination

std::string RADInstaller::FileEntry::destination

Destination path relative to install root.

◆ source

std::string RADInstaller::FileEntry::source

Source path relative to package root.


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