Skip to content

Commit f624b94

Browse files
bump wine version
1 parent 4285914 commit f624b94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prepare.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ rm cabextract-1.11-1.x86_64.rpm
2828

2929
# Download Wine
3030
echo Downloading Wine...
31-
curl -LO https://github.com/Kron4ek/Wine-Builds/releases/download/10.18/wine-10.18-staging-tkg-amd64-wow64.tar.xz
32-
mkdir -p ./assets/wine && tar Jxf wine-10.18-staging-tkg-amd64-wow64.tar.xz --strip-components=1 -C ./assets/wine
33-
rm wine-10.18-staging-tkg-amd64-wow64.tar.xz
31+
curl -LO https://github.com/Kron4ek/Wine-Builds/releases/download/11.3/wine-11.3-staging-tkg-amd64-wow64.tar.xz
32+
mkdir -p ./assets/wine && tar Jxf wine-11.3-staging-tkg-amd64-wow64.tar.xz --strip-components=1 -C ./assets/wine
33+
rm wine-11.3-staging-tkg-amd64-wow64.tar.xz
3434

3535

3636
# 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
6060
mv dxvk-2.7.1.tar.gz ./assets/dxvk.tar.gz
6161

6262
echo --------------------------------------------
63-
echo Done!
63+
echo Done!

0 commit comments

Comments
 (0)