Limo
A simple mod manager
Loading...
Searching...
No Matches
EditApplicationInfo Struct Reference

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< EditDeployerInfodeployers {}
 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.
 

Detailed Description

Stores data needed to either create a new or edit an existing application.


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