mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Try to get the location of the sync folder from the OPENSPACE_SYNC environment variable first, before using the ${BASE}/sync
Update SGCT repository
This commit is contained in:
Submodule apps/OpenSpace/ext/sgct updated: cef10f55bd...6c351ebf2e
Submodule ext/ghoul updated: 7814e7d3be...68af9b6971
@@ -95,7 +95,11 @@ Paths = {
|
||||
PROFILES = "${DATA}/profiles",
|
||||
FONTS = "${DATA}/fonts",
|
||||
TASKS = "${DATA}/tasks",
|
||||
SYNC = "${BASE}/sync",
|
||||
-- If the the 'OPENSPACE_SYNC' environment variable is defined on the system, use that
|
||||
-- value. Otherwise, fall back to the ${BASE}/sync folder instead. This allows a
|
||||
-- reuse of the sync folder between multiple OpenSpace installations by simply setting
|
||||
-- that environment variable
|
||||
SYNC = os.getenv("OPENSPACE_SYNC") or "${BASE}/sync2",
|
||||
SCREENSHOTS = "${BASE}/screenshots",
|
||||
WEB = "${DATA}/web",
|
||||
RECORDINGS = "${BASE}/recordings",
|
||||
|
||||
Reference in New Issue
Block a user