From dd1f7577ad11cb886df130af1f686e494ee4130e Mon Sep 17 00:00:00 2001 From: GleammerRay <101527589+GleammerRay@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:20:40 +0100 Subject: [PATCH] Using wsGUIProgress during installation --- winesteam.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/winesteam.sh b/winesteam.sh index d7ae354..34a41d6 100755 --- a/winesteam.sh +++ b/winesteam.sh @@ -493,11 +493,13 @@ else fi wsNotify '[4/5] Installing fonts... [Æ]' echo '==========================================================' -winetricks courier tahoma verdana trebuchet lucida +export WS_PROGRESS_TEXT="Installing fonts..." +wsGUIProgress winetricks courier tahoma verdana trebuchet lucida echo '==========================================================' wsNotify 'Almost there! 【=˶◕‿↼˶✿=】' wsNotify '[5/5] Running Steam setup... [🮲🮳]' -wine "$WINESTEAM_PKGS/SteamSetup.exe" /S +export WS_PROGRESS_TEXT="Running Steam setup..." +wsGUIProgress wine "$WINESTEAM_PKGS/SteamSetup.exe" /S wsNotify 'All done! 【=◕∇◕✿=】' if [ "x$FLATPAK_ID" = "xio.github.gleammerray.WineSteam" ]; then wsCleanup