Skip to content

Commit

Permalink
Using wsGUIProgress during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
GleammerRay committed Apr 24, 2024
1 parent 614d61a commit dd1f757
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions winesteam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd1f757

Please sign in to comment.