fix: updated game process name for "kill game process" feature

This commit is contained in:
Observer KRypt0n_ 2023-08-02 17:26:56 +02:00
parent d7e6adb446
commit 0ccb4a96da
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

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