From 26ebc7d91f91eede4243af09d8a6fcfc3be87f6e Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Mon, 26 May 2025 21:04: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 513cda2..8ba2bc9 100644 --- a/Get.ps1 +++ b/Get.ps1 @@ -75,7 +75,7 @@ Write-Output "------------------------------------------------------------------ Write-Output "> Downloading Win11Debloat..." # Download latest version of Win11Debloat from github as zip archive -Invoke-WebRequest https://github.com/Raphire/Win11Debloat/zipball/2025.05.19 -OutFile "$env:TEMP/win11debloat-temp.zip" +Invoke-WebRequest https://github.com/Raphire/Win11Debloat/zipball/2025.05.26 -OutFile "$env:TEMP/win11debloat-temp.zip" # Remove old script folder if it exists, except for CustomAppsList and SavedSettings files if (Test-Path "$env:TEMP/Win11Debloat") {