From 98e792072a5bb8a22711c9e916ffad2087e61910 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:39:55 -0400 Subject: [PATCH] Add completion message --- lug-helper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lug-helper.sh b/lug-helper.sh index 6ff5841..f1e12ef 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2426,6 +2426,8 @@ install_game_wine() { # Run the installer WINEPREFIX="$install_dir" winecfg -v win10 && WINEPREFIX="$install_dir" wine "$tmp_dir/$rsi_installer" + + message info "Installation has completed! See terminal output for details." fi }