Merge branch 'main' of github.com:xor-gate/go-socks5-ssh-proxy

This commit is contained in:
Jerry Jacobs 2024-07-28 19:46:28 +02:00
commit 6a24780e6d
2 changed files with 1 additions and 1 deletions

View File

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