Skip to content

Commit

Permalink
fix: updated game process name for "kill game process" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Aug 2, 2023
1 parent d7e6adb commit 0ccb4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/main/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ impl SimpleComponent for App {
}));

let result = std::process::Command::new("pkill")
.arg("GenshinImpact|YuanShen|unlocker\\.exe")
.arg("StarRail\\.exe")
.spawn();

if let Err(err) = result {
Expand Down

0 comments on commit 0ccb4a9

Please sign in to comment.