mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:52:26 +02:00
change application data to Server Console
This commit is contained in:
parent
1184660909
commit
e3d58ad845
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ function getAssignmentClientResourcesDirectory() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getApplicationDataDirectory() {
|
function getApplicationDataDirectory() {
|
||||||
return path.join(getRootHifiDataDirectory(), '/Console');
|
return path.join(getRootHifiDataDirectory(), '/Server Console');
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("Root hifi directory is: ", getRootHifiDataDirectory());
|
console.log("Root hifi directory is: ", getRootHifiDataDirectory());
|
||||||
|
|
Loading…
Reference in a new issue