Skip to content

Commit a6a2017

Browse files
committed
Added Arm based CPU support
Thanks to Ganiest
1 parent 07707e7 commit a6a2017

File tree

122 files changed

+33653
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+33653
-120
lines changed

.github/workflows/Chocolatey.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
-replace "Hash_Sophia_Script_Windows_10_LTSC2019", $SHA256SUM."Sophia.Script.for.Windows.10.LTSC.2019.v$($Latest_Release.Sophia_Script_Windows_10_LTSC2019).zip" `
3434
-replace "Hash_Sophia_Script_Windows_10_LTSC2021", $SHA256SUM."Sophia.Script.for.Windows.10.LTSC.2021.v$($Latest_Release.Sophia_Script_Windows_10_LTSC2021).zip" `
3535
-replace "Hash_Sophia_Script_Windows_11_PowerShell_5_1", $SHA256SUM."Sophia.Script.for.Windows.11.v$($Latest_Release.Sophia_Script_Windows_11_PowerShell_5_1).zip" `
36+
-replace "Hash_Sophia_Script_Windows_11_Arm_PowerShell_5_1", $SHA256SUM."Sophia.Script.for.Windows.11.v$($Latest_Release.Sophia_Script_Windows_11_Arm_PowerShell_5_1).zip" `
37+
-replace "Hash_Sophia_Script_Windows_11_Arm_PowerShell_7", $SHA256SUM."Sophia.Script.for.Windows.11.v$($Latest_Release.Sophia_Script_Windows_11_Arm_PowerShell_7).zip" `
3638
-replace "Hash_Sophia_Script_Windows_11_PowerShell_7", $SHA256SUM."Sophia.Script.for.Windows.11.PowerShell.7.v$($Latest_Release.Sophia_Script_Windows_11_PowerShell_7).zip" `
3739
-replace "Hash_Sophia_Script_Windows_11_LTSC2024", $SHA256SUM."Sophia.Script.for.Windows.11.LTSC.2024.v$($Latest_Release.Sophia_Script_Windows_11_LTSC2024).zip" `
3840
-replace "Hash_Sophia_Script_Wrapper", $SHA256SUM."Sophia.Script.Wrapper.v$($Latest_Release.Sophia_Script_Wrapper).zip"

.github/workflows/Sophia.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ jobs:
4747
run: |
4848
. "Scripts\Windows_11_PS_7.ps1"
4949
50+
- name: Sophia Script for Windows 11 Arm
51+
run: |
52+
. "Scripts\Windows_11_Arm.ps1"
53+
54+
- name: Sophia Script for Windows 11 Arm PowerShell 7
55+
run: |
56+
. "Scripts\Windows_11_Arm_PS_7.ps1"
57+
5058
- name: Sophia Script for Windows 11 LTSC 2024
5159
run: |
5260
. "Scripts\Windows_11_LTSC_2024.ps1"

Download_Latest_Sophia.ps1

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,29 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
122122
{
123123
if ($Host.Version.Major -eq 5)
124124
{
125-
$Version = "Sophia_Script_for_Windows_11"
126-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 | Latest | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"
125+
if ((Get-CimInstance -ClassName CIM_Processor).Caption -match "ARM")
126+
{
127+
$Version = "Sophia_Script_for_Windows_11_ARM"
128+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 (Arm) | Latest | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"
129+
}
130+
else
131+
{
132+
$Version = "Sophia_Script_for_Windows_11"
133+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 | Latest | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"
134+
}
127135
}
128136
else
129137
{
130-
$Version = "Sophia_Script_for_Windows_11_PowerShell_7"
131-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 PowerShell 7 | Latest | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"
138+
if ((Get-CimInstance -ClassName CIM_Processor).Caption -match "ARM")
139+
{
140+
$Version = "Sophia_Script_for_Windows_11_ARM_PowerShell_7"
141+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 (Arm | PowerShell 7) | Latest | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"
142+
}
143+
else
144+
{
145+
$Version = "Sophia_Script_for_Windows_11_PowerShell_7"
146+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 (PowerShell) | Latest | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"
147+
}
132148
}
133149
}
134150
else

Download_Sophia.ps1

Lines changed: 55 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (-not $LatestGitHubRelease)
6060
{
6161
$DNS = (Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Get-DnsClientServerAddress -AddressFamily IPv4).ServerAddresses
6262
}
63-
Write-Warning -Message "Your DNS are $(if ($DNS.Count -gt 1) {$DNS -join ', '} else {$DNS})"
63+
Write-Warning -Message "You're using DNS $(if ($DNS.Count -gt 1) {$DNS -join ', '} else {$DNS})"
6464

6565
pause
6666
exit
@@ -176,31 +176,67 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
176176
# Check for Windows 11 LTSC 2024
177177
if ((Get-ItemPropertyValue -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name ProductName) -notmatch "LTSC 2024")
178178
{
179+
# PowerShell 5.1
179180
if ($Host.Version.Major -eq 5)
180181
{
181-
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_5_1
182-
$Parameters = @{
183-
Uri = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.v$LatestRelease.zip"
184-
OutFile = "$DownloadsFolder\Sophia.Script.zip"
185-
UseBasicParsing = $true
186-
Verbose = $true
182+
if ((Get-CimInstance -ClassName CIM_Processor).Caption -match "ARM")
183+
{
184+
# Arm based
185+
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_5_1
186+
$Parameters = @{
187+
Uri = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.ARM.v$LatestRelease.zip"
188+
OutFile = "$DownloadsFolder\Sophia.Script.zip"
189+
UseBasicParsing = $true
190+
Verbose = $true
191+
}
192+
Invoke-WebRequest @Parameters
193+
194+
$Version = "Windows_11_PowerShell_5.1"
195+
}
196+
else
197+
{
198+
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_5_1
199+
$Parameters = @{
200+
Uri = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.v$LatestRelease.zip"
201+
OutFile = "$DownloadsFolder\Sophia.Script.zip"
202+
UseBasicParsing = $true
203+
Verbose = $true
204+
}
205+
Invoke-WebRequest @Parameters
206+
207+
$Version = "Windows_11_PowerShell_5.1"
187208
}
188-
Invoke-WebRequest @Parameters
189-
190-
$Version = "Windows_11_PowerShell_5.1"
191209
}
192210
else
193211
{
194-
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_7
195-
$Parameters = @{
196-
Uri = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.PowerShell.7.v$LatestRelease.zip"
197-
OutFile = "$DownloadsFolder\Sophia.Script.zip"
198-
UseBasicParsing = $true
199-
Verbose = $true
212+
# PowerShell 7
213+
if ((Get-CimInstance -ClassName CIM_Processor).Caption -match "ARM")
214+
{
215+
# Arm based
216+
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_7
217+
$Parameters = @{
218+
Uri = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.ARM.PowerShell.7.v$LatestRelease.zip"
219+
OutFile = "$DownloadsFolder\Sophia.Script.zip"
220+
UseBasicParsing = $true
221+
Verbose = $true
222+
}
223+
Invoke-WebRequest @Parameters
224+
225+
$Version = "Windows_11_PowerShell_7"
226+
}
227+
else
228+
{
229+
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_7
230+
$Parameters = @{
231+
Uri = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.PowerShell.7.v$LatestRelease.zip"
232+
OutFile = "$DownloadsFolder\Sophia.Script.zip"
233+
UseBasicParsing = $true
234+
Verbose = $true
235+
}
236+
Invoke-WebRequest @Parameters
237+
238+
$Version = "Windows_11_PowerShell_7"
200239
}
201-
Invoke-WebRequest @Parameters
202-
203-
$Version = "Windows_11_PowerShell_7"
204240
}
205241
}
206242
else

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Made with <img src="./img/heart.svg" height="17px"/> of Windows.
1414
<kbd>
1515
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases/latest"><img src="https://img.shields.io/github/v/release/farag2/Sophia-Script-for-Windows?labelColor=151B23&color=151B23&style=for-the-badge&logo=GitHub"></a>
1616
</kbd>
17+
<kbd>
18+
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases/latest"><img src="https://img.shields.io/badge/Arm-support-green?labelColor=151B23&color=151B23&style=for-the-badge&logo=Arm&logoColor=white" href="#"></a>
19+
</kbd>
1720

1821
<br>
1922

ReleaseNotesTemplate.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ Manual avaliable in other languages
4141
[Sophia-Script-Windows-11-PowerShell-5-1]: https://github.com/farag2/Sophia-Script-for-Windows/releases/download/NewVersion/Sophia.Script.for.Windows.11.vSophia_Script_Windows_11_PowerShell_5_1.zip
4242
[Sophia-Script-Windows-11-PowerShell-5-1-badge]: https://img.shields.io/badge/Windows%2011-PowerShell%205.1-67b7d1.svg
4343

44+
[Sophia-Script-Windows-11-Arm-PowerShell-5-1]: https://github.com/farag2/Sophia-Script-for-Windows/releases/download/NewVersion/Sophia.Script.for.Windows.11.vSophia_Script_Windows_11_Arm_PowerShell_5_1.zip
45+
[Sophia-Script-Windows-11-Arm-PowerShell-5-1-badge]: https://img.shields.io/badge/Windows%2011%20Arm-PowerShell%205.1-67b7d1.svg
46+
47+
[Sophia-Script-Windows-11-Arm-PowerShell-7]: https://github.com/farag2/Sophia-Script-for-Windows/releases/download/NewVersion/Sophia.Script.for.Windows.11.vSophia_Script_Windows_11_Arm_PowerShell_7.zip
48+
[Sophia-Script-Windows-11-Arm-PowerShell-7-badge]: https://img.shields.io/badge/Windows%2011%20Arm-PowerShell%207-67b7d1.svg
49+
4450
[Sophia-Script-Windows-11-PowerShell-7]: https://github.com/farag2/Sophia-Script-for-Windows/releases/download/NewVersion/Sophia.Script.for.Windows.11.PowerShell.7.vSophia_Script_Windows_11_PowerShell_7.zip
4551
[Sophia-Script-Windows-11-PowerShell-7-badge]: https://img.shields.io/badge/Windows%2011-PowerShell%207-67b7d1.svg
4652

@@ -50,13 +56,15 @@ Manual avaliable in other languages
5056
[Sophia-Script-Wrapper]: https://github.com/farag2/Sophia-Script-for-Windows/releases/download/NewVersion/Sophia.Script.Wrapper.vSophia_Script_Wrapper.zip
5157
[Sophia-Script-Wrapper-badge]: https://img.shields.io/badge/Sophia%20Script%20Wrapper-67b7d1.svg
5258

53-
| Download |
54-
|:----------------------------------------------------------------------------------------------------|
55-
| [![Script][Sophia-Script-Windows-10-PowerShell-5-1-badge]][Sophia-Script-Windows-10-PowerShell-5-1] |
56-
| [![Script][Sophia-Script-Windows-10-PowerShell-7-badge]][Sophia-Script-Windows-10-PowerShell-7] |
57-
| [![Script][Sophia-Script-Windows-10-LTSC2019-badge]][Sophia-Script-Windows-10-LTSC2019] |
58-
| [![Script][Sophia-Script-Windows-10-LTSC2021-badge]][Sophia-Script-Windows-10-LTSC2021] |
59-
| [![Script][Sophia-Script-Windows-11-PowerShell-5-1-badge]][Sophia-Script-Windows-11-PowerShell-5-1] |
60-
| [![Script][Sophia-Script-Windows-11-PowerShell-7-badge]][Sophia-Script-Windows-11-PowerShell-7] |
61-
| [![Script][Sophia-Script-Windows-11-LTSC2024-badge]][Sophia-Script-Windows-11-LTSC2024] |
62-
| [![Script][Sophia-Script-Wrapper-badge]][Sophia-Script-Wrapper] |
59+
| Download |
60+
|:------------------------------------------------------------------------------------------------------------|
61+
| [![Script][Sophia-Script-Windows-10-PowerShell-5-1-badge]][Sophia-Script-Windows-10-PowerShell-5-1] |
62+
| [![Script][Sophia-Script-Windows-10-PowerShell-7-badge]][Sophia-Script-Windows-10-PowerShell-7] |
63+
| [![Script][Sophia-Script-Windows-10-LTSC2019-badge]][Sophia-Script-Windows-10-LTSC2019] |
64+
| [![Script][Sophia-Script-Windows-10-LTSC2021-badge]][Sophia-Script-Windows-10-LTSC2021] |
65+
| [![Script][Sophia-Script-Windows-11-PowerShell-5-1-badge]][Sophia-Script-Windows-11-PowerShell-5-1] |
66+
| [![Script][Sophia-Script-Windows-11-Arm-PowerShell-5-1-badge]][Sophia-Script-Windows-11-Arm-PowerShell-5-1] |
67+
| [![Script][Sophia-Script-Windows-11-Arm-PowerShell-7-badge]][Sophia-Script-Windows-11-Arm-PowerShell-7] |
68+
| [![Script][Sophia-Script-Windows-11-PowerShell-7-badge]][Sophia-Script-Windows-11-PowerShell-7] |
69+
| [![Script][Sophia-Script-Windows-11-LTSC2024-badge]][Sophia-Script-Windows-11-LTSC2024] |
70+
| [![Script][Sophia-Script-Wrapper-badge]][Sophia-Script-Wrapper] |

Scripts/Windows_11_Arm.ps1

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# https://github.com/farag2/Sophia-Script-for-Windows/blob/master/sophia_script_versions.json
2+
$Parameters = @{
3+
Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/master/sophia_script_versions.json"
4+
}
5+
$Latest_Release_Windows_11_Arm_PowerShell_5_1 = (Invoke-RestMethod @Parameters).Sophia_Script_Windows_11_PowerShell_5_1
6+
7+
Write-Verbose -Message "Sophia.Script.for.Windows.11.Arm.v$Latest_Release_Windows_11_Arm_PowerShell_5_1.zip" -Verbose
8+
9+
New-Item -Path "Sophia_Script_for_Windows_11_Arm_v$Latest_Release_Windows_11_Arm_PowerShell_5_1\Binaries" -ItemType Directory -Force
10+
11+
$Parameters = @{
12+
Path = @("Scripts\LGPO.exe")
13+
Destination = "Sophia_Script_for_Windows_11_Arm_v$Latest_Release_Windows_11_Arm_PowerShell_5_1\Binaries"
14+
Recurse = $true
15+
Force = $true
16+
}
17+
Copy-Item @Parameters
18+
19+
Get-ChildItem -Path "src\Sophia_Script_for_Windows_11_Arm" -Force | Copy-Item -Destination "Sophia_Script_for_Windows_11_Arm_v$Latest_Release_Windows_11_Arm_PowerShell_5_1" -Recurse -Force
20+
21+
$Parameters = @{
22+
Path = "Sophia_Script_for_Windows_11_Arm_v$Latest_Release_Windows_11_Arm_PowerShell_5_1"
23+
DestinationPath = "Sophia.Script.for.Windows.11.Arm.v$Latest_Release_Windows_11_Arm_PowerShell_5_1.zip"
24+
CompressionLevel = "Fastest"
25+
Force = $true
26+
}
27+
Compress-Archive @Parameters

Scripts/Windows_11_Arm_PS_7.ps1

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# https://github.com/farag2/Sophia-Script-for-Windows/blob/master/sophia_script_versions.json
2+
$Parameters = @{
3+
Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/master/sophia_script_versions.json"
4+
}
5+
$Latest_Release_Windows_11_Arm_PowerShell_7 = (Invoke-RestMethod @Parameters).Sophia_Script_Windows_11_PowerShell_7
6+
7+
Write-Verbose -Message "Sophia.Script.for.Windows.11.Arm.PowerShell.7.v$Latest_Release_Windows_11_Arm_PowerShell_7.zip" -Verbose
8+
9+
New-Item -Path "Sophia_Script_for_Windows_11_Arm_PowerShell_7_v$Latest_Release_Windows_11_Arm_PowerShell_7\Binaries" -ItemType Directory -Force
10+
11+
$Parameters = @{
12+
Path = @("Scripts\LGPO.exe", "Scripts\WinRT.Runtime.dll", "Scripts\Microsoft.Windows.SDK.NET.dll")
13+
Destination = "Sophia_Script_for_Windows_11_Arm_PowerShell_7_v$Latest_Release_Windows_11_Arm_PowerShell_7\Binaries"
14+
Recurse = $true
15+
Force = $true
16+
}
17+
Copy-Item @Parameters
18+
19+
Get-ChildItem -Path "src\Sophia_Script_for_Windows_11_Arm_PowerShell_7" -Force | Copy-Item -Destination "Sophia_Script_for_Windows_11_Arm_PowerShell_7_v$Latest_Release_Windows_11_Arm_PowerShell_7" -Recurse -Force
20+
21+
$Parameters = @{
22+
Path = "Sophia_Script_for_Windows_11_Arm_PowerShell_7_v$Latest_Release_Windows_11_Arm_PowerShell_7"
23+
DestinationPath = "Sophia.Script.for.Windows.11.Arm.PowerShell.7.v$Latest_Release_Windows_11_Arm_PowerShell_7.zip"
24+
CompressionLevel = "Fastest"
25+
Force = $true
26+
}
27+
Compress-Archive @Parameters

chocolatey/tools/chocolateyinstall.ps1

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,36 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
113113
{
114114
if ($packageParameters)
115115
{
116-
if ($packageParameters.Contains('PS7'))
116+
if ($packageParameters.Contains('PS7') -and )
117117
{
118-
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_7
119-
$URL = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.PowerShell.7.v$LatestRelease.zip"
120-
$Hash = "Hash_Sophia_Script_Windows_11_PowerShell_7"
118+
if ((Get-CimInstance -ClassName CIM_Processor).Caption -match "ARM")
119+
{
120+
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_7
121+
$URL = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.Arm.PowerShell.7.v$LatestRelease.zip"
122+
$Hash = "Hash_Sophia_Script_Windows_11_Arm_PowerShell_7"
123+
}
124+
else
125+
{
126+
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_7
127+
$URL = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.Arm.PowerShell.7.v$LatestRelease.zip"
128+
$Hash = "Hash_Sophia_Script_Windows_11_PowerShell_7"
129+
}
121130
}
122131
}
123132
else
124133
{
125-
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_5_1
126-
$URL = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.v$LatestRelease.zip"
127-
$Hash = "Hash_Sophia_Script_Windows_11_PowerShell_5_1"
134+
if ((Get-CimInstance -ClassName CIM_Processor).Caption -match "ARM")
135+
{
136+
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_5_1
137+
$URL = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.v$LatestRelease.zip"
138+
$Hash = "Hash_Sophia_Script_Windows_11_Arm_PowerShell_5_1"
139+
}
140+
else
141+
{
142+
$LatestRelease = $JSONVersions.Sophia_Script_Windows_11_PowerShell_5_1
143+
$URL = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.v$LatestRelease.zip"
144+
$Hash = "Hash_Sophia_Script_Windows_11_PowerShell_7"
145+
}
128146
}
129147
}
130148
}

docs/README_de-de.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Mit <img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows
1414
<kbd>
1515
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases/latest"><img src="https://img.shields.io/github/v/release/farag2/Sophia-Script-for-Windows?labelColor=151B23&color=151B23&style=for-the-badge&logo=GitHub"></a>
1616
</kbd>
17+
<kbd>
18+
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases/latest"><img src="https://img.shields.io/badge/Arm-support-green?labelColor=151B23&color=151B23&style=for-the-badge&logo=Arm&logoColor=white" href="#"></a>
19+
</kbd>
1720

1821
<br>
1922

0 commit comments

Comments
 (0)