From 458c6047af6fd60e5fc323c86d68d9de4811850e Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Fri, 28 May 2021 23:29:13 +0800 Subject: [PATCH] Update cloak.ps1 --- scripts/download/cloak.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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