Skip to content

Commit

Permalink
Update NonSteamLaunchers.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Aug 28, 2024
1 parent 52d78e8 commit 9bb5d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ function install_hoyo {
echo "Running HYP.exe..."
"$STEAM_RUNTIME" "$proton_dir/proton" run "${target_dir}/HYP.exe" || { echo "Failed to run HYP.exe"; return 1; } &
sleep 5 # Wait for 5 seconds before terminating HYP.exe
terminate_processes "HYP.exe" "HYPHelper"
terminate_processes "HYP.exe"

echo "Removing installer file..."
rm -f "${hoyo_dir}/HoYoPlay_install_ua_f368eee6d08d.exe" || { echo "Failed to remove installer file"; return 1; }
Expand Down

0 comments on commit 9bb5d6a

Please sign in to comment.