Move the OpenSpaceFolder by default into the user folder (#3567)

Breaking change
This commit is contained in:
Alexander Bock
2025-03-24 09:08:06 +01:00
committed by GitHub
parent 31c24d3352
commit 9b3dd36dc5

View File

@@ -104,7 +104,7 @@ Paths = {
SCRIPTS = "${BASE}/scripts",
SHADERS = "${BASE}/shaders",
TEMPORARY = "${BASE}/temp",
GLOBEBROWSING = os.getenv("OPENSPACE_GLOBEBROWSING") or "${BASE}/../OpenSpaceData"
GLOBEBROWSING = os.getenv("OPENSPACE_GLOBEBROWSING") or "${USER}/globebrowsing"
}
ModuleConfigurations = {