Update cloak.ps1

This commit is contained in:
ChsBuffer
2021-05-28 23:29:13 +08:00
parent 561def7fe1
commit 458c6047af

View File

@@ -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