From 3f8affeff93d4c3a1d923b89f1142d30662ed1ec Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Wed, 16 Jul 2025 23:00:33 -0400 Subject: [PATCH] Tweak post install wording --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index aa497d5..16caf84 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2398,7 +2398,7 @@ Path=$(echo $install_dir | sed 's/ /\\\s/g')/dosdevices/c:/Program\sFiles/Robert fi debug_print continue "Installation finished" - message info "Installation has finished. The install log was written to $tmp_install_log\n\nTo start the RSI Launcher, use the following .desktop files:\n $home_desktop_file\n $localshare_desktop_file\n\nOr run the following launch script:\n $installed_launch_script\n\nImportant:\nThe RSI Launcher will offer to install the game into C:\\\Program Files\\\...\nDo not change that path!" + message info "Installation has finished. The install log was written to $tmp_install_log\n\nTo start the RSI Launcher, use the following .desktop files:\n $home_desktop_file\n $localshare_desktop_file\n\nOr run the following launch script:\n $installed_launch_script\n\IMPORTANT!\nThe RSI Launcher will offer to install the game into C:\\\Program Files\\\...\nDo not change the default path!" } # MARK: download_wine()