mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 09:33:11 +02:00
fix path in server-console for AC data directory
This commit is contained in:
parent
00eefa3ad1
commit
1184660909
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ function getRootHifiDataDirectory() {
|
|||
}
|
||||
|
||||
function getAssignmentClientResourcesDirectory() {
|
||||
return path.join(getRootHifiDataDirectory(), '/assignment-client/resources');
|
||||
return path.join(getRootHifiDataDirectory(), '/assignment-client');
|
||||
}
|
||||
|
||||
function getApplicationDataDirectory() {
|
||||
|
|
Loading…
Reference in a new issue