Skip to content

Commit

Permalink
Forgot to use crate::helpers::format_directory_path
Browse files Browse the repository at this point in the history
  • Loading branch information
ktwrd committed Jun 3, 2024
1 parent 24edc0b commit b1cc5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use std::backtrace::Backtrace;
use winreg::RegKey;
use crate::BeansError;
use crate::helper::generate_rand_str;
use crate::helper::format_directory_path;

/// TODO use windows registry to get the SourceModInstallPath
/// HKEY_CURRENT_USER\Software\Value\Steam
Expand Down

0 comments on commit b1cc5f0

Please sign in to comment.