bump wine version

This commit is contained in:
Andrew
2026-02-25 21:41:57 +03:00
parent 4285914512
commit f624b94e6a

View File

@@ -28,9 +28,9 @@ rm cabextract-1.11-1.x86_64.rpm
# Download Wine
echo Downloading Wine...
curl -LO https://github.com/Kron4ek/Wine-Builds/releases/download/10.18/wine-10.18-staging-tkg-amd64-wow64.tar.xz
mkdir -p ./assets/wine && tar Jxf wine-10.18-staging-tkg-amd64-wow64.tar.xz --strip-components=1 -C ./assets/wine
rm wine-10.18-staging-tkg-amd64-wow64.tar.xz
curl -LO https://github.com/Kron4ek/Wine-Builds/releases/download/11.3/wine-11.3-staging-tkg-amd64-wow64.tar.xz
mkdir -p ./assets/wine && tar Jxf wine-11.3-staging-tkg-amd64-wow64.tar.xz --strip-components=1 -C ./assets/wine
rm wine-11.3-staging-tkg-amd64-wow64.tar.xz
# Download Visual C++ Redistributable Runtimes
@@ -60,4 +60,4 @@ curl -LO https://github.com/doitsujin/dxvk/releases/download/v2.7.1/dxvk-2.7.1.t
mv dxvk-2.7.1.tar.gz ./assets/dxvk.tar.gz
echo --------------------------------------------
echo Done!
echo Done!