mirror of
https://github.com/netchx/netch.git
synced 2026-05-03 22:25:50 +08:00
Build cloak
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
param (
|
||||
[string]
|
||||
$OutputPath
|
||||
)
|
||||
|
||||
try {
|
||||
Invoke-WebRequest `
|
||||
-Uri 'https://github.com/cbeuw/Cloak/releases/download/v2.5.5/ck-client-windows-amd64-v2.5.5.exe' `
|
||||
-OutFile 'ck-client.exe'
|
||||
}
|
||||
catch {
|
||||
exit 1
|
||||
}
|
||||
|
||||
mv -Force 'ck-client.exe' $OutputPath
|
||||
exit 0
|
||||
Reference in New Issue
Block a user