mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 02:28:09 +02:00
App script updates, also added new OpenHashTab.script as the HashTab extension has been discontinued by the author and DriverStoreExplorer.script for viewing removing drives from an offline system.
This commit is contained in:
@@ -30,18 +30,18 @@
|
||||
|
||||
[Main]
|
||||
Title=PowerShell Core
|
||||
Description=(v7.2.1) PowerShell Core is a cross-platform automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data, REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.
|
||||
Description=(v7.2.2) PowerShell Core is a cross-platform automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data, REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.
|
||||
Author=Homes32
|
||||
Level=5
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
Version=1.0.3.0
|
||||
Date=2022-01-07
|
||||
Version=1.0.4.0
|
||||
Date=2022-04-11
|
||||
|
||||
[Variables]
|
||||
%ProgramFolder%="PowerShell"
|
||||
%ProgramExe%="pwsh.exe"
|
||||
%ProgramVersion%=7.2.1
|
||||
%ProgramVersion%=7.2.2
|
||||
%SetupFile%="PowerShell_x86.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
|
||||
|
Reference in New Issue
Block a user