Use proper download link for latest tag

This commit is contained in:
Raphire
2025-05-20 00:25:31 +02:00
parent 44c28bed43
commit 1e7d212c10
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,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/master -OutFile "$env:TEMP/win11debloat-temp.zip"
Invoke-WebRequest https://github.com/Raphire/Win11Debloat/zipball/2025.05.19 -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") {