diff --git a/Projects/PhoenixPE/Applications/Developer Tools/BeyondCompare4.script b/Projects/PhoenixPE/Applications/Developer Tools/BeyondCompare4.script index 2a1e7eb..917ddc1 100644 --- a/Projects/PhoenixPE/Applications/Developer Tools/BeyondCompare4.script +++ b/Projects/PhoenixPE/Applications/Developer Tools/BeyondCompare4.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.6.0 -Date=2023-09-29 +Version=1.1.7.0 +Date=2023-10-08 [Variables] %ProgramFolder%="Beyond Compare 4" @@ -234,7 +234,7 @@ StrFormat,RTRIM,%Lang%,1,%Lang% If,%Lang%,Equal,"en",Set,%Lang%,"" Else,Set,%Lang%,"-%Lang%" -Set,%DownloadURL%,"http://www.scootersoftware.com/files/BCompare%Lang%-%ProgramVer%.exe" +Set,%DownloadURL%,"https://www.scootersoftware.com/files/BCompare%Lang%-%ProgramVer%.exe" Echo,"Downloading %ScriptTitle%..." WebGet,%DownloadURL%,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",NOERR diff --git a/Projects/PhoenixPE/Applications/Encryption/VeraCrypt.script b/Projects/PhoenixPE/Applications/Encryption/VeraCrypt.script index 04c7619..52d50f6 100644 --- a/Projects/PhoenixPE/Applications/Encryption/VeraCrypt.script +++ b/Projects/PhoenixPE/Applications/Encryption/VeraCrypt.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.0.0 -Date=2023-10-01 +Version=1.1.1.0 +Date=2023-10-08 [Variables] %ProgramFolder%="VeraCrypt" @@ -53,11 +53,7 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam // Extract ExtractAllFiles,%ScriptFile%,Setup,%ProjectTemp% - -// As of 10/02/23 the internal decompress command has not been updated for 7z arm filter -//Decompress,"%ProjectTemp%\%SetupFile%","%ProjectTemp%\%ProgramFolder%" -7z,"x -y #$q%ProjectTemp%\%SetupFile%#$q -o#$q%ProjectTemp%\%ProgramFolder%#$q" -If,Not,#r,Equal,0,Halt,"Error: Failed to extract [%SetupFile%]. The error code returned was [#r]." +Decompress,"%ProjectTemp%\%SetupFile%","%ProjectTemp%\%ProgramFolder%" DirCopy,"%ProjectTemp%\%ProgramFolder%\docs","%TargetPrograms%\%ProgramFolder%" DirCopy,"%ProjectTemp%\%ProgramFolder%\Languages","%TargetPrograms%\%ProgramFolder%"