We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8bb01 commit 44abb87Copy full SHA for 44abb87
website/content/public/downloads/winesetup/net9_mgfxc_wine_setup.sh
@@ -50,7 +50,7 @@ eval "$WINEEXECUTABLE regedit crashdialog.reg"
50
popd
51
52
# get dotnet
53
-DOTNET_URL="https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.100-rc.1.24452.12/dotnet-sdk-9.0.100-rc.1.24452.12-win-x64.zip"
+DOTNET_URL="https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.104/dotnet-sdk-9.0.104-win-x64.zip"
54
curl $DOTNET_URL --output "$SCRIPT_DIR/dotnet-sdk.zip"
55
7z x "$SCRIPT_DIR/dotnet-sdk.zip" -o"$WINEPREFIX/drive_c/windows/system32/"
56
0 commit comments