diff --git a/Projects/PhoenixPE/Applications/System Information/DesktopInfo.script b/Projects/PhoenixPE/Applications/System Information/DesktopInfo.script index c8f9a4d..a0dc4af 100644 --- a/Projects/PhoenixPE/Applications/System Information/DesktopInfo.script +++ b/Projects/PhoenixPE/Applications/System Information/DesktopInfo.script @@ -30,19 +30,19 @@ [Main] Title=DesktopInfo -Description=(v3.17.1) A lightweight application that displays real-time system information on your desktop. +Description=(v3.18.1) A lightweight application that displays real-time system information on your desktop. Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.11.0 -Date=2025-03-07 +Version=1.1.12.0 +Date=2025-03-23 [Variables] %ProgramFolder%="DesktopInfo" -%ProgramExe86%="DesktopInfo32.exe" -%ProgramExe64%="DesktopInfo64.exe" -%ProgramVersion%=3171 +%ProgramExe86%="DesktopInfo.exe" +%ProgramExe64%="DesktopInfo.exe" +%ProgramVersion%=3181 %DownloadURL%=https://www.glenn.delahoy.com/downloads/desktopinfo/DesktopInfo%ProgramVersion%.zip %SetupFile%="DesktopInfo.zip" @@ -58,7 +58,7 @@ Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" // Arch If,%SouceArch%,Equal,x86,Begin - FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\DesktopInfo64.exe" + FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\%ProgramExe64%" FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\libeay32.dll" FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\ssleay32.dll" FileCopy,"%TargetPrograms%\%ProgramFolder%\DesktopInfo32\*.*","%TargetPrograms%\%ProgramFolder%"