Adjust post-install timing with sleep command

Replaced wait command with sleep for better timing control.
This commit is contained in:
Roy
2026-06-09 01:00:36 -07:00
committed by GitHub
parent 09ce5ce133
commit 809bd92694
+2 -2
View File
@@ -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.x64.exe" /install /quiet /norestart
"$STEAM_RUNTIME" "$proton_dir/proton" run "$rstarInstallDir/Redistributables/VCRed/vc_redist.x86.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 # VK Play specific installation steps
@@ -3096,8 +3095,9 @@ function install_launcher {
eval "$post_install_command" eval "$post_install_command"
fi fi
wait sleep 5
pkill -f wineserver pkill -f wineserver
wait 2>/dev/null
fi fi
} }
# Install Epic Games Launcher # Install Epic Games Launcher