mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 22:32:49 +02:00
OSX Build fix
This commit is contained in:
parent
db772fc3fe
commit
ba1bae6408
2 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ var options = {
|
|||
}
|
||||
|
||||
const EXEC_NAME = "server-console";
|
||||
const SHORT_NAME = "Sandbox";
|
||||
const FULL_NAME = "High Fidelity Sandbox";
|
||||
const SHORT_NAME = "Console";
|
||||
const FULL_NAME = "High Fidelity Console";
|
||||
|
||||
// setup per OS options
|
||||
if (osType == "Darwin") {
|
||||
|
|
Loading…
Reference in a new issue