Commit 1e18249d authored by Ross Smith II's avatar Ross Smith II Committed by Mitchell Hashimoto

fixed typo in vmware path on Windows XP, fixes #237/#238

parent d4c45b41
......@@ -194,7 +194,7 @@ func findDataFile(file string) string {
[]string{os.Getenv("VMWARE_DATA"), ""},
[]string{path, ""},
[]string{os.Getenv("ProgramData"), "/VMWare"},
[]string{os.Getenv("ALLUSERSPROFILE"), "/VMWare"},
[]string{os.Getenv("ALLUSERSPROFILE"), "/Application Data/VMWare"},
}
return findFile(file, paths)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment