mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-24 21:59:07 +03:00
feat: made "kill game process" button kill fps unlocker process as well
This commit is contained in:
parent
69d41e7ce8
commit
747c7e3d65
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ impl SimpleComponent for App {
|
|||
}));
|
||||
|
||||
let result = Command::new("pkill")
|
||||
.arg("GenshinImpact|YuanShen")
|
||||
.arg("GenshinImpact|YuanShen|unlocker\\.exe")
|
||||
.spawn();
|
||||
|
||||
if let Err(err) = result {
|
||||
|
|
Loading…
Reference in a new issue