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

pull/264/head
Ross Smith II 13 years ago committed by Mitchell Hashimoto
parent 60fc565dbb
commit cfc7715495

@ -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)

Loading…
Cancel
Save