Skip to content

Commit 31b13bf

Browse files
committed
Update Get.ps1 to new release
1 parent 62e9537 commit 31b13bf

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
@@ -84,7 +84,7 @@ Write-Output "------------------------------------------------------------------
8484
Write-Output "> Downloading Win11Debloat..."
8585

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

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

0 commit comments

Comments
 (0)