mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 07:27:17 +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 EXEC_NAME = "server-console";
|
||||||
const SHORT_NAME = "Sandbox";
|
const SHORT_NAME = "Console";
|
||||||
const FULL_NAME = "High Fidelity Sandbox";
|
const FULL_NAME = "High Fidelity Console";
|
||||||
|
|
||||||
// setup per OS options
|
// setup per OS options
|
||||||
if (osType == "Darwin") {
|
if (osType == "Darwin") {
|
||||||
|
|
Loading…
Reference in a new issue