From ade6d8b8156304405da2b5a261cfb8105438b078 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Mon, 3 Mar 2025 21:57:52 -0600 Subject: [PATCH] use %ProgramVer% for new .net9 urls --- Projects/PhoenixPE/Components/.NET Runtime/DotNET9.script | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Projects/PhoenixPE/Components/.NET Runtime/DotNET9.script b/Projects/PhoenixPE/Components/.NET Runtime/DotNET9.script index efd0b90..7bee479 100644 --- a/Projects/PhoenixPE/Components/.NET Runtime/DotNET9.script +++ b/Projects/PhoenixPE/Components/.NET Runtime/DotNET9.script @@ -34,16 +34,16 @@ Description=(v9.0.2) .NET 9 is a cross-platform software development framework f Selected=False Level=4 Author=Homes32 -Version=1.0.1.0 -Date=2025-02-11 +Version=1.0.2.0 +Date=2025-03-03 Mandatory=False [Variables] %ProgramTitle%=".NET 9 Desktop Runtime" %ProgramFolder%="dotnet" %ProgramVersion%="9.0.2" -%DownloadURLx86%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.2/windowsdesktop-runtime-9.0.2-win-x86.exe -%DownloadURLx64%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.2/windowsdesktop-runtime-9.0.2-win-x64.exe +%DownloadURLx86%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/%ProgramVersion%/windowsdesktop-runtime-%ProgramVersion%-win-x86.exe +%DownloadURLx64%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/%ProgramVersion%/windowsdesktop-runtime-%ProgramVersion%-win-x64.exe [Process] Echo,"Processing %ScriptTitle%..."