app script updates, add .netfx v2-3.5, minor bug fixes

This commit is contained in:
Homes32
2021-07-23 20:19:05 -05:00
parent 1b9cc6c781
commit b468a98148
31 changed files with 7235 additions and 6794 deletions

View File

@@ -41,9 +41,10 @@ Date=2021-03-07
[Variables]
%ProgramFolder%="PowerShell"
%ProgramExe%="pwsh.exe"
%ProgramVersion%=7.1.2
%SetupFile%="PowerShell_x86.zip"
%DownloadURLx32%=https://github.com/PowerShell/PowerShell/releases/download/v7.1.2/PowerShell-7.1.2-win-x86.zip
%DownloadURLx64%=https://github.com/PowerShell/PowerShell/releases/download/v7.1.2/PowerShell-7.1.2-win-x64.zip
%DownloadURLx32%=https://github.com/PowerShell/PowerShell/releases/download/v%ProgramVersion%/PowerShell-%ProgramVersion%-win-x86.zip
%DownloadURLx64%=https://github.com/PowerShell/PowerShell/releases/download/v%ProgramVersion%/PowerShell-%ProgramVersion%-win-x64.zip
[Process]
Echo,"Processing %ScriptTitle%..."