mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:48:44 +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
|
platform: platform
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const FULL_NAME = "High Fidelity Server Console"
|
||||||
|
|
||||||
// setup per OS options
|
// setup per OS options
|
||||||
if (osType == "Darwin") {
|
if (osType == "Darwin") {
|
||||||
options["name"] = "Server Console"
|
options["name"] = "Server Console"
|
||||||
|
@ -27,7 +29,8 @@ if (osType == "Darwin") {
|
||||||
options["icon"] = "resources/console.ico"
|
options["icon"] = "resources/console.ico"
|
||||||
options["version-string"] = {
|
options["version-string"] = {
|
||||||
CompanyName: "High Fidelity, Inc.",
|
CompanyName: "High Fidelity, Inc.",
|
||||||
ProductName: "High Fidelity Server Console"
|
FileDescription: FULL_NAME,
|
||||||
|
ProductName: FULL_NAME
|
||||||
}
|
}
|
||||||
} else if (osType == "Linux") {
|
} else if (osType == "Linux") {
|
||||||
options["name"] = "server-console"
|
options["name"] = "server-console"
|
||||||
|
|
Loading…
Reference in a new issue