![]() |
Limo
A simple mod manager
|
Stores data needed to either create a new or edit an existing application. More...
#include <editapplicationinfo.h>
Public Attributes | |
std::string | name |
New name of the application. | |
std::string | staging_dir |
Path to the staging directory. | |
std::string | command |
Command used to run the application. | |
std::vector< EditDeployerInfo > | deployers {} |
When creating a new application, this contains data needed to add initial deployers. | |
std::vector< Json::Value > | auto_tags {} |
When creating a new application, this contains data needed to add initial auto tags. | |
bool | move_staging_dir = false |
When editing an application, this indicates whether to move the existing staging directory to the new path specified in staging_dir. | |
std::string | icon_path |
Path to the applications icon. | |
std::string | app_version |
Version of the app. This is used for FOMOD conditions. | |
Stores data needed to either create a new or edit an existing application.