add company name and product name to win params

This commit is contained in:
Stephen Birarda 2016-01-04 16:13:45 -08:00
parent 7f9cd572c4
commit db68ee2f89

View file

@ -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"
}