From 809bd926941434799c91d823b38a8ae2a59ae364 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:00:36 -0700 Subject: [PATCH] Adjust post-install timing with sleep command Replaced wait command with sleep for better timing control. --- NonSteamLaunchers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index e070313..929cde0 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -2810,7 +2810,6 @@ function install_rockstar { "$STEAM_RUNTIME" "$proton_dir/proton" run "$rstarInstallDir/Redistributables/VCRed/vc_redist.x64.exe" /install /quiet /norestart "$STEAM_RUNTIME" "$proton_dir/proton" run "$rstarInstallDir/Redistributables/VCRed/vc_redist.x86.exe" /install /quiet /norestart - wait } # VK Play specific installation steps @@ -3096,8 +3095,9 @@ function install_launcher { eval "$post_install_command" fi - wait + sleep 5 pkill -f wineserver + wait 2>/dev/null fi } # Install Epic Games Launcher