From 44986c3351c49a667cb102b97ff4c4bf41eee80f Mon Sep 17 00:00:00 2001 From: GleammerRay <101527589+GleammerRay@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:28:49 +0100 Subject: [PATCH] Update winesteam.sh --- winesteam.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winesteam.sh b/winesteam.sh index 1ab9592..7adbbe7 100755 --- a/winesteam.sh +++ b/winesteam.sh @@ -259,7 +259,7 @@ if [ "x$WINESTEAM_INSTALL_DXVK" = "x" ]; then rm "$PWD/WineSteam.flatpak" wsNotify '[1/2] [1/2] Downloading WineSteam flatpak... [⟱]]' echo '==========================================================' - curl -o WineSteam.flatpak.gz -L https://github.com/GleammerRay/WineSteam/releases/download/v0.1.0/DO-NOT-INSTALL-WineSteam.flatpak.gz + curl -o WineSteam.flatpak.gz -L https://github.com/GleammerRay/WineSteam/releases/download/v0.1.1/DO-NOT-INSTALL-WineSteam.flatpak.gz gzip -d WineSteam.flatpak.gz if [ ! -f ./WineSteam.flatpak ]; then wsInfo 'F: Download failed.'