mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
DesktopInfo updated to v3.18.1
This commit is contained in:
@@ -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%"
|
||||
|
Reference in New Issue
Block a user