Skip to content

Commit f0745f8

Browse files
authored
Update dotnetcli domain (#182)
1 parent a8b5797 commit f0745f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/content/public/downloads/winesetup/net8_mgfxc_wine_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ wine64 regedit crashdialog.reg
4444
popd
4545

4646
# 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"
4848
curl $DOTNET_URL --output "$SCRIPT_DIR/dotnet-sdk.zip"
4949
7z x "$SCRIPT_DIR/dotnet-sdk.zip" -o"$WINEPREFIX/drive_c/windows/system32/"
5050

website/content/public/downloads/winesetup/net9_mgfxc_wine_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ wine64 regedit crashdialog.reg
4444
popd
4545

4646
# 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"
4848
curl $DOTNET_URL --output "$SCRIPT_DIR/dotnet-sdk.zip"
4949
7z x "$SCRIPT_DIR/dotnet-sdk.zip" -o"$WINEPREFIX/drive_c/windows/system32/"
5050

0 commit comments

Comments
 (0)