mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-18 07:51:47 +03:00
fix: updated fps unlocker executable name in kill game button
This commit is contained in:
parent
386c97c9c8
commit
a473a1a834
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ impl SimpleComponent for App {
|
|||
let result = std::process::Command::new("pkill")
|
||||
.arg("-f") // full text search
|
||||
.arg("-i") // case-insensitive
|
||||
.arg("GenshinImpact|YuanShen|unlocker\\.exe")
|
||||
.arg("GenshinImpact|YuanShen|fpsunlock\\.exe")
|
||||
.spawn();
|
||||
|
||||
if let Err(err) = result {
|
||||
|
|
Loading…
Reference in a new issue