diff --git a/src/games/genshin/game.rs b/src/games/genshin/game.rs index bf051b2..a41c222 100644 --- a/src/games/genshin/game.rs +++ b/src/games/genshin/game.rs @@ -309,7 +309,7 @@ pub fn run() -> anyhow::Result<()> { let output = Command::new("ps").arg("-A").stdout(Stdio::piped()).output()?; let output = String::from_utf8_lossy(&output.stdout); - if !output.contains("GenshinImpact.e") && !output.contains("unlocker.exe") { + if !output.contains("GenshinImpact.e") && !output.contains("YuanShen.exe") && !output.contains("unlocker.exe") { break; } }