Log the program version for any app that always attempts to download the latest version, bump SiB tested version

This commit is contained in:
Homes32
2023-01-10 21:50:04 -06:00
parent 1ddb12aec7
commit 7e0345056e
66 changed files with 284 additions and 151 deletions

View File

@@ -54,8 +54,8 @@ Else,Set,%ProgramExe%,"LinuxReader.exe"
If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%"
If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\LinuxReader.exe",Run,%ScriptFile%,DownloadProgram
Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder%
// Write the .exe version to the log to aid in debugging
FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer%
FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer%
Echo,"Program version: v%ProgramExeVer%"
// Shortcuts
If,%cb_DesktopShc%,Equal,True,AddShortcut,Desktop,,%txt_ShortcutName%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%"