mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Move the OpenSpaceFolder by default into the user folder (#3567)
Breaking change
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user