From 07464aeee4c863bd8cb85b65f80d3844d3efc893 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:27:34 -0400 Subject: [PATCH] Add a debug_print --- lug-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lug-helper.sh b/lug-helper.sh index 59e9f61..0cd63c9 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -904,6 +904,7 @@ lutris_check() { # Run the winetricks self-updater winetricks_update() { + debug_print continue "Running winetricks self-updater..." preflight_actions+=('winetricks --self-update') preflight_results+=("Winetricks has been updated. See terminal output for details.") }