Fix go upx-obfuscator

This commit is contained in:
Jerry Jacobs 2024-07-28 18:18:46 +02:00
parent 712a51c1de
commit 36394340b1
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"