Skip to content

Commit 70ebe29

Browse files
committed
Update Get.ps1 to new release
1 parent 74ffa96 commit 70ebe29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Get.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Write-Output "------------------------------------------------------------------
8282
Write-Output "> Downloading Win11Debloat..."
8383

8484
# Download latest version of Win11Debloat from github as zip archive
85-
Invoke-RestMethod https://api.github.com/repos/Raphire/Win11Debloat/zipball/2025.06.12 -OutFile "$env:TEMP/win11debloat.zip"
85+
Invoke-RestMethod https://api.github.com/repos/Raphire/Win11Debloat/zipball/2025.08.01 -OutFile "$env:TEMP/win11debloat.zip"
8686

8787
# Remove old script folder if it exists, except for CustomAppsList and SavedSettings files
8888
if (Test-Path "$env:TEMP/Win11Debloat") {

0 commit comments

Comments
 (0)