fix windows
This commit is contained in:
parent
f6c453bfaf
commit
da43c4be97
@ -18,7 +18,7 @@ fn get_steam_root() -> anyhow::Result<PathBuf> {
|
||||
fn get_steam_root() -> anyhow::Result<PathBuf> {
|
||||
use registry::{self, Security, Data};
|
||||
|
||||
let key = registry::Hive::LocalMachine.open(r"\SOFTWARE\Wow6432Node\Valve\Steam", Security::Read)?;
|
||||
let key = registry::Hive::LocalMachine.open(r"SOFTWARE\Wow6432Node\Valve\Steam", Security::Read)?;
|
||||
let value = match key.value("InstallPath")? {
|
||||
Data::String(s) => Some(s.to_string_lossy()),
|
||||
Data::ExpandString(s) => Some(s.to_string_lossy()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user