Skip to content

Commit

Permalink
Update dotnetcli domain (MonoGame#8613)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Dec 27, 2024
1 parent 4b27656 commit 709f620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/MonoGame.Effect.Compiler/mgfxc_wine_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ wine64 regedit crashdialog.reg
popd

# get dotnet
DOTNET_URL="https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-win-x64.zip"
DOTNET_URL="https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-win-x64.zip"
curl $DOTNET_URL --output "$SCRIPT_DIR/dotnet-sdk.zip"
7z x "$SCRIPT_DIR/dotnet-sdk.zip" -o"$WINEPREFIX/drive_c/windows/system32/"

Expand Down

0 comments on commit 709f620

Please sign in to comment.