Browse Source

Update Download_Sophia.ps1

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

4
Download_Sophia.ps1

@ -208,7 +208,7 @@ switch ($Version)
}
"Windows_10_PowerShell_7"
{
Invoke-Item -Path "$DownloadsFolder\Sophia Script for Windows 10 v$LatestRelease PowerShell 7"
Invoke-Item -Path "$DownloadsFolder\Sophia Script for Windows 10 PowerShell 7 v$LatestRelease"
}
"Windows_11_PowerShell_5.1"
{
@ -216,7 +216,7 @@ switch ($Version)
}
"Windows_11_PowerShell_7"
{
Invoke-Item -Path "$DownloadsFolder\Sophia Script for Windows 11 v$LatestRelease PowerShell 7"
Invoke-Item -Path "$DownloadsFolder\Sophia Script for Windows 11 PowerShell 7 v$LatestRelease"
}
}

Loading…
Cancel
Save