Update cloak v2.5.5

This commit is contained in:
Netch
2021-08-01 17:00:23 +08:00
parent 8875ebfd1a
commit ede24e1c58

View File

@@ -5,7 +5,7 @@ param (
try {
Invoke-WebRequest `
-Uri 'https://github.com/cbeuw/Cloak/releases/download/v2.5.4/ck-client-windows-amd64-v2.5.4.exe' `
-Uri 'https://github.com/cbeuw/Cloak/releases/download/v2.5.5/ck-client-windows-amd64-v2.5.5.exe' `
-OutFile 'ck-client.exe'
}
catch {