mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
add company name and product name to win params
This commit is contained in:
parent
7f9cd572c4
commit
db68ee2f89
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ if (osType == "Darwin") {
|
||||||
} else if (osType == "Windows_NT") {
|
} else if (osType == "Windows_NT") {
|
||||||
options["name"] = "server-console"
|
options["name"] = "server-console"
|
||||||
options["icon"] = "resources/console.ico"
|
options["icon"] = "resources/console.ico"
|
||||||
|
options["version-string"] = {
|
||||||
|
CompanyName: "High Fidelity, Inc.",
|
||||||
|
ProductName: "High Fidelity Server Console"
|
||||||
|
}
|
||||||
} else if (osType == "Linux") {
|
} else if (osType == "Linux") {
|
||||||
options["name"] = "server-console"
|
options["name"] = "server-console"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue