From 6c4b401a21830002bacd8c79b5f1eaa8e21373b7 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Sun, 7 Sep 2025 19:26:51 +0200 Subject: [PATCH] Update Get.ps1 to new release --- Get.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Get.ps1 b/Get.ps1 index cc0edb3..b6e9c41 100644 --- a/Get.ps1 +++ b/Get.ps1 @@ -85,7 +85,7 @@ Write-Output "------------------------------------------------------------------ Write-Output "> Downloading Win11Debloat..." # Download latest version of Win11Debloat from github as zip archive -Invoke-RestMethod https://api.github.com/repos/Raphire/Win11Debloat/zipball/2025.08.16 -OutFile "$env:TEMP/win11debloat.zip" +Invoke-RestMethod https://api.github.com/repos/Raphire/Win11Debloat/zipball/2025.09.07 -OutFile "$env:TEMP/win11debloat.zip" # Remove old script folder if it exists, except for CustomAppsList and SavedSettings files if (Test-Path "$env:TEMP/Win11Debloat") {