feat: add signtool to plugin repository

- Migrate signing tool from GoTunnel main project
- Self-contained, no external dependencies
- Updated CI workflow to build locally
This commit is contained in:
Flik
2025-12-29 19:05:56 +08:00
parent 6b38f133f4
commit dd52c48351
7 changed files with 261 additions and 10 deletions

View File

@@ -20,10 +20,7 @@ jobs:
go-version: '1.21'
- name: Build signtool
run: |
git clone --depth 1 https://github.com/your-org/gotunnel.git /tmp/gotunnel
cd /tmp/gotunnel
go build -o /usr/local/bin/signtool ./cmd/signtool
run: go build -o signtool ./tools/signtool
- name: Sign plugins
env: