From cc06c2d253de58959b803e04a8ece0b3e5e8577b Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 9 Oct 2022 22:02:49 +0300 Subject: [PATCH] Update Windows_11_PS_7.ps1 --- Scripts/Windows_11_PS_7.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Windows_11_PS_7.ps1 b/Scripts/Windows_11_PS_7.ps1 index 5411e372..c2988b66 100644 --- a/Scripts/Windows_11_PS_7.ps1 +++ b/Scripts/Windows_11_PS_7.ps1 @@ -19,7 +19,7 @@ Copy-Item @Parameters Get-ChildItem -Path "src\Sophia_Script_for_Windows_11_PowerShell_7" -Force | Copy-Item -Destination "Sophia_Script_for_Windows_11_PowerShell_7_v$LatestRelease" -Recurse -Force $Parameters = @{ - Path = "Sophia Script for Windows 11 PowerShell 7 v$LatestRelease" + Path = "Sophia_Script_for_Windows_11_PowerShell 7 v$LatestRelease" DestinationPath = "Sophia.Script.for.Windows.11.PowerShell.7.v$LatestRelease.zip" CompressionLevel = "Fastest" Force = $true