Browse Source

Update SFX.ps1

pull/679/head
Dmitry Nefedov 4 months ago
parent
commit
26936038bc
  1. 3
      Scripts/SFX.ps1

3
Scripts/SFX.ps1

@ -1,4 +1,4 @@
Write-Verbose -Message Dependencies -Verbose
Write-Verbose -Message SFX -Verbose
# Download WinRAR
# https://www.rarlab.com
@ -23,6 +23,7 @@ $Latest_Release_Windows_11_PowerShell_5_1 = (Invoke-RestMethod @Parameters).Soph
(Get-Content -Path Scripts\SFX_config.txt -Encoding utf8NoBOM -Raw) | Foreach-Object -Process {$_ -replace "SophiaScriptVersion", $Latest_Release_Windows_11_PowerShell_5_1} | Set-Content -Path Scripts\SFX_config.txt -Encoding utf8NoBOM -Force
Import-Module -Name PackageManagement -UseWindowsPowerShell
get-package -Name *rar* | fl *
# Create SFX archive

Loading…
Cancel
Save