From 163117d70368c7040b45208f00939f96baffd98a Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Sun, 30 Nov 2025 01:31:32 +0100 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 19d24fa..dd4b240 100644 --- a/Get.ps1 +++ b/Get.ps1 @@ -91,7 +91,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.10.06 -OutFile "$env:TEMP/win11debloat.zip" +Invoke-RestMethod https://api.github.com/repos/Raphire/Win11Debloat/zipball/2025.11.30 -OutFile "$env:TEMP/win11debloat.zip" # Remove old script folder if it exists, except for CustomAppsList and SavedSettings files if (Test-Path "$env:TEMP/Win11Debloat") {