mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-11-05 20:50:03 +08:00
Move platform specific configs in config.rs
This commit is contained in:
@@ -93,7 +93,7 @@ fn main() -> Result<()> {
|
||||
// Create the output directory if it doesn't exist.
|
||||
fs::create_dir_all(&output)?;
|
||||
|
||||
let mut process = Process::new("cs2.exe")?;
|
||||
let mut process = Process::new(config::PROC_NAME)?;
|
||||
|
||||
let now = Instant::now();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user