File tree 2 files changed +2
-2
lines changed
website/content/public/downloads/winesetup
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ wine64 regedit crashdialog.reg
44
44
popd
45
45
46
46
# get dotnet
47
- DOTNET_URL=" https://dotnetcli.azureedge.net /dotnet/Sdk/8.0.401/dotnet-sdk-8.0.401-win-x64.zip"
47
+ DOTNET_URL=" https://builds.dotnet.microsoft.com /dotnet/Sdk/8.0.401/dotnet-sdk-8.0.401-win-x64.zip"
48
48
curl $DOTNET_URL --output " $SCRIPT_DIR /dotnet-sdk.zip"
49
49
7z x " $SCRIPT_DIR /dotnet-sdk.zip" -o" $WINEPREFIX /drive_c/windows/system32/"
50
50
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ wine64 regedit crashdialog.reg
44
44
popd
45
45
46
46
# get dotnet
47
- DOTNET_URL=" https://dotnetcli.azureedge.net /dotnet/Sdk/9.0.100-rc.1.24452.12/dotnet-sdk-9.0.100-rc.1.24452.12-win-x64.zip"
47
+ 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"
48
48
curl $DOTNET_URL --output " $SCRIPT_DIR /dotnet-sdk.zip"
49
49
7z x " $SCRIPT_DIR /dotnet-sdk.zip" -o" $WINEPREFIX /drive_c/windows/system32/"
50
50
You can’t perform that action at this time.
0 commit comments