Browse Source

Update Download_Sophia.ps1

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

4
Download_Sophia.ps1

@ -57,9 +57,7 @@ if ($Wrapper)
Start-Sleep -Second 1
Invoke-Item -Path "$DownloadsFolder\Sophia Script Wrapper v$LatestGitHubRelease"
exit
Invoke-Item -Path "$DownloadsFolder\Sophia Script Wrapper v$LatestRelease"
}
switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)

Loading…
Cancel
Save