We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9aa1b3 commit 77a3bc3Copy full SHA for 77a3bc3
prepare.sh
@@ -28,9 +28,9 @@ rm cabextract-1.11-1.x86_64.rpm
28
29
# Download Wine
30
echo Downloading Wine...
31
-curl -LO https://github.com/Kron4ek/Wine-Builds/releases/download/10.17/wine-10.17-amd64-wow64.tar.xz
32
-mkdir -p ./assets/wine && tar Jxf wine-10.17-amd64-wow64.tar.xz --strip-components=1 -C ./assets/wine
33
-rm wine-10.17-amd64-wow64.tar.xz
+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
34
35
36
# Download Visual C++ Redistributable Runtimes
0 commit comments