Browse Source

Updated readmes

pull/686/head
Dmitry Nefedov 4 months ago
parent
commit
716550ec6b
  1. 5
      Download_Sophia.ps1
  2. 7
      README.md
  3. 7
      docs/README_de-de.md
  4. 7
      docs/README_ru-ru.md
  5. 7
      docs/README_uk-ua.md

5
Download_Sophia.ps1

@ -8,6 +8,7 @@
.EXAMPLE
iwr script.sophia.team -useb | iex
#>
Clear-Host
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
@ -37,8 +38,8 @@ if ($Host.Version.Major -eq 5)
}
# https://github.com/PowerShell/PowerShell/issues/21070
$Script:CompilerParameters = [System.CodeDom.Compiler.CompilerParameters]::new("System.dll")
$Script:CompilerParameters.TempFiles = [System.CodeDom.Compiler.TempFileCollection]::new($env:TEMP, $false)
$Script:CompilerParameters = [System.CodeDom.Compiler.CompilerParameters]::new("System.dll")
$Script:CompilerParameters.TempFiles = [System.CodeDom.Compiler.TempFileCollection]::new($env:TEMP, $false)
$Script:CompilerParameters.GenerateInMemory = $true
$Parameters = @{

7
README.md

@ -42,6 +42,13 @@ Made with <img src="./img/heart.svg" height="17px"/> of Windows
<br>
<br>
<kbd>
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases/latest"><img src="https://img.shields.io/badge/Download-green?labelColor=151B23&color=151B23&style=for-the-badge" href="#"></a>
</kbd>
<br>
<br>
This page is also available in other languages
<a href="./docs/README_uk-ua.md"><img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/refs/heads/master/img/ukraine.png" height="70px"/></a>

7
docs/README_de-de.md

@ -42,6 +42,13 @@ Mit <img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows
<br>
<br>
<kbd>
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases/latest"><img src="https://img.shields.io/badge/Downloaden-green?labelColor=151B23&color=151B23&style=for-the-badge" href="#"></a>
</kbd>
<br>
<br>
This page is also available in other languages
<a href="../README.md"><img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/refs/heads/master/img/united-states.png" height="70px"/></a>

7
docs/README_ru-ru.md

@ -42,6 +42,13 @@
<br>
<br>
<kbd>
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases/latest"><img src="https://img.shields.io/badge/Скачать-green?labelColor=151B23&color=151B23&style=for-the-badge" href="#"></a>
</kbd>
<br>
<br>
This page is also available in other languages
<a href="../README.md"><img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/refs/heads/master/img/united-states.png" height="70px"/></a>

7
docs/README_uk-ua.md

@ -42,6 +42,13 @@
<br>
<br>
<kbd>
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases/latest"><img src="https://img.shields.io/badge/Завантажувати-green?labelColor=151B23&color=151B23&style=for-the-badge" href="#"></a>
</kbd>
<br>
<br>
This page is also available in other languages
<a href="../README.md"><img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/refs/heads/master/img/united-states.png" height="70px"/></a>

Loading…
Cancel
Save