Initial commit of profiles, containing convert-to-scene script

This commit is contained in:
GPayne
2019-10-18 17:12:57 -06:00
parent 992a618e86
commit 18810384dc
6 changed files with 511 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ struct Configuration {
std::string windowConfiguration = "${CONFIG}/single.xml";
std::string asset;
std::string profile;
std::vector<std::string> globalCustomizationScripts;
std::map<std::string, std::string> pathTokens = {
{ "CACHE" , "CACHE = \"${BASE}/cache\"" }