diff --git a/scripts/download/cloak.ps1 b/scripts/download/cloak.ps1 index d6087f59..bf208128 100644 --- a/scripts/download/cloak.ps1 +++ b/scripts/download/cloak.ps1 @@ -1,5 +1,5 @@ param([string]$OutputPath) -$address="https://github.com/cbeuw/Cloak/releases/download/v2.5.3/ck-client-windows-amd64-v2.5.3.exe" +$address="https://github.com/cbeuw/Cloak/releases/download/v2.5.4/ck-client-windows-amd64-v2.5.4.exe" Invoke-WebRequest -Uri $address -OutFile ck-client.exe