Skip to content

Commit

Permalink
iss: Update dotnetcli domain (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Dec 26, 2024
1 parent da46db8 commit 2379799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .iss/CodeDependencies.iss
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ begin
Dependency_Add('dotnet80desktop' + Dependency_ArchSuffix + '.exe',
'/lcid ' + IntToStr(GetUILanguage) + ' /passive /norestart ' + Dependency_SilentParameter('', '/quiet'),
'.NET Desktop Runtime 8.0.11' + Dependency_ArchTitle,
Dependency_String('https://dotnetcli.azureedge.net/dotnet/WindowsDesktop/8.0.11/windowsdesktop-runtime-8.0.11-win-x86.exe', 'https://dotnetcli.azureedge.net/dotnet/WindowsDesktop/8.0.11/windowsdesktop-runtime-8.0.11-win-x64.exe'),
Dependency_String('https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.11/windowsdesktop-runtime-8.0.11-win-x86.exe', 'https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.11/windowsdesktop-runtime-8.0.11-win-x64.exe'),
'', False, False);
end;
end;
Expand Down

0 comments on commit 2379799

Please sign in to comment.