mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 19:12:28 +02:00
const full name, use for description
This commit is contained in:
parent
db68ee2f89
commit
1526cccd0b
1 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,8 @@ var options = {
|
|||
platform: platform
|
||||
}
|
||||
|
||||
const FULL_NAME = "High Fidelity Server Console"
|
||||
|
||||
// setup per OS options
|
||||
if (osType == "Darwin") {
|
||||
options["name"] = "Server Console"
|
||||
|
@ -27,7 +29,8 @@ if (osType == "Darwin") {
|
|||
options["icon"] = "resources/console.ico"
|
||||
options["version-string"] = {
|
||||
CompanyName: "High Fidelity, Inc.",
|
||||
ProductName: "High Fidelity Server Console"
|
||||
FileDescription: FULL_NAME,
|
||||
ProductName: FULL_NAME
|
||||
}
|
||||
} else if (osType == "Linux") {
|
||||
options["name"] = "server-console"
|
||||
|
|
Loading…
Reference in a new issue