|
RADLib
RADical C++ application framework
|
Installer manifest loaded from radinstall.json. More...
#include <RADInstaller.h>
Public Attributes | |
| std::string | productName |
| Product name. More... | |
| std::string | version |
| Product version. More... | |
| std::string | publisher |
| Publisher name. More... | |
| std::string | license |
| License text or path. More... | |
| std::vector< Component > | components |
| Installable components. More... | |
| std::vector< DesktopEntry > | desktopEntries |
| Desktop entries to create. More... | |
Installer manifest loaded from radinstall.json.
| std::vector<Component> RADInstaller::Manifest::components |
Installable components.
| std::vector<DesktopEntry> RADInstaller::Manifest::desktopEntries |
Desktop entries to create.
| std::string RADInstaller::Manifest::license |
License text or path.
| std::string RADInstaller::Manifest::productName |
Product name.
| std::string RADInstaller::Manifest::publisher |
Publisher name.
| std::string RADInstaller::Manifest::version |
Product version.