feat: made "kill game process" button kill fps unlocker process as well

This commit is contained in:
Observer KRypt0n_ 2023-08-01 12:46:05 +02:00
parent 69d41e7ce8
commit 747c7e3d65
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -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 {