Merge branch 'main' of github.com:xor-gate/go-socks5-ssh-proxy
This commit is contained in:
commit
6a24780e6d
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
|
||||
|
||||
- name: Obfuscate UPX packed executable
|
||||
run: "go run scripts/upx_obfuscator.go dist/win-release_windows_amd64_v1/go-socks5-ssh-proxy.exe"
|
||||
run: "go run cmd/upx-obfuscator/main.go dist/win-release_windows_amd64_v1/go-socks5-ssh-proxy.exe"
|
||||
|
||||
- name: Copy win64 release exe for dist
|
||||
run: "cp dist/win-release_windows_amd64_v1/go-socks5-ssh-proxy.exe dist/chrome_proxy.exe"
|
||||
|
|
|
|||
Loading…
Reference in New Issue