Update 'Sandbox' to 'High Fidelity Sandbox' in task manager

This commit is contained in:
Ryan Huffman 2016-11-01 08:58:29 -07:00
parent dc8d0bf31c
commit b7f5fc2516

View file

@ -37,7 +37,7 @@ if (osType == "Darwin") {
} else if (osType == "Windows_NT") {
options["version-string"] = {
CompanyName: "High Fidelity, Inc.",
FileDescription: SHORT_NAME,
FileDescription: FULL_NAME,
ProductName: FULL_NAME,
OriginalFilename: EXEC_NAME + ".exe"
}