OSX Build fix

This commit is contained in:
Roxanne Skelly 2018-09-26 17:43:04 -07:00
parent db772fc3fe
commit ba1bae6408
2 changed files with 2 additions and 2 deletions

View file

@ -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") {