diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index 942eb45..e323e82 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -56,7 +56,7 @@ wine_exec="wine" # Kill the wine prefix when this script exits # This makes sure there will be no lingering background wine processes update_check() { - while winedbg --command "info proc" | grep -qi setup; do + while winedbg --command "info proc" | grep -qi "rsi.*setup"; do sleep 2 done }