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

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< Componentcomponents
 Installable components. More...
 
std::vector< DesktopEntrydesktopEntries
 Desktop entries to create. More...
 

Detailed Description

Installer manifest loaded from radinstall.json.

Member Data Documentation

◆ components

std::vector<Component> RADInstaller::Manifest::components

Installable components.

◆ desktopEntries

std::vector<DesktopEntry> RADInstaller::Manifest::desktopEntries

Desktop entries to create.

◆ license

std::string RADInstaller::Manifest::license

License text or path.

◆ productName

std::string RADInstaller::Manifest::productName

Product name.

◆ publisher

std::string RADInstaller::Manifest::publisher

Publisher name.

◆ version

std::string RADInstaller::Manifest::version

Product version.


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