Add specialized TaskRunner application "Sync" that only synchronizes all scenes in the asset folder

Replace TaskRoot in openspace.cfg with ${TASK} in Taskrunner
Remove Launcher
This commit is contained in:
Alexander Bock
2017-12-26 20:13:23 +01:00
parent 0d6a94789a
commit 339c45a7f6
23 changed files with 202 additions and 1819 deletions
@@ -74,8 +74,6 @@ public:
static const std::string KeyConfigAsset;
/// The key that stores the scene license documentation values
static const std::string KeySceneLicenseDocumentation;
/// The key that stores the location of the scene file that is initially loaded
static const std::string KeyConfigTasksRoot;
/// The key that stores the subdirectory containing a list of all startup scripts to
/// be executed on application start before the scene file is loaded
static const std::string KeyStartupScript;