mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 19:12:28 +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") {
|
||||
options["name"] = "server-console"
|
||||
options["icon"] = "resources/console.ico"
|
||||
options["version-string"] = {
|
||||
CompanyName: "High Fidelity, Inc.",
|
||||
ProductName: "High Fidelity Server Console"
|
||||
}
|
||||
} else if (osType == "Linux") {
|
||||
options["name"] = "server-console"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue