Move profiles to their own folder

This commit is contained in:
Alexander Bock
2020-06-22 09:33:00 +02:00
parent 42e4e0a75b
commit fbd903b4ff
18 changed files with 41 additions and 52 deletions

View File

@@ -299,7 +299,7 @@ void OpenSpaceEngine::initialize() {
// Convert profile to scene file (if was provided in configuration file)
if (!global::configuration.profile.empty()) {
std::string inputProfilePath = absPath("${ASSETS}");
std::string inputProfilePath = absPath("${PROFILES}");
std::string outputScenePath = absPath("${TEMPORARY}");
std::string inputProfile = inputProfilePath + "/" + global::configuration.profile
+ ".profile";