Browse Source

Update Windows_11.ps1

pull/401/head
Dmitry Nefedov 2 years ago
committed by GitHub
parent
commit
b6d9571b79
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Scripts/Windows_11.ps1

2
Scripts/Windows_11.ps1

@ -16,7 +16,7 @@ $Parameters = @{
}
Copy-Item @Parameters
Get-ChildItem -Path "src\Sophia_Script_for_Windows 11" -Force | Copy-Item -Destination "Sophia_Script_for_Windows_11_v$LatestRelease" -Recurse -Force
Get-ChildItem -Path "src\Sophia_Script_for_Windows_11" -Force | Copy-Item -Destination "Sophia_Script_for_Windows_11_v$LatestRelease" -Recurse -Force
$Parameters = @{
Path = "Sophia_Script_for_Windows_11_v$LatestRelease"

Loading…
Cancel
Save