fix: release build script; add releases README and v1.0.0 download links
This commit is contained in:
10
README.md
10
README.md
@@ -90,11 +90,21 @@ powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\release_build.ps1
|
||||
|
||||
Output: `releases\ProxyGod-v{version}-windows-amd64.zip` and `releases\v{version}\` (exe, checksum, SBOM, manifest). See [docs/RELEASE_PROCESS.md](docs/RELEASE_PROCESS.md).
|
||||
|
||||
### Download (no build required)
|
||||
|
||||
**Latest release: [v1.0.0](https://github.com/sudo-jones-cmd/PROXY_GOD/releases/tag/v1.0.0)**
|
||||
|
||||
- `ProxyGod-v1.0.0-windows-amd64.zip` — full package (exe + checksum + SBOM + runbook)
|
||||
- Or grab `ProxyChainManager.exe` from the release assets
|
||||
|
||||
Local copy after building: [releases/v1.0.0/](releases/v1.0.0/)
|
||||
|
||||
Tag-driven CI build (GitHub):
|
||||
|
||||
```bash
|
||||
git tag v1.0.0
|
||||
git push origin v1.0.0
|
||||
git push github v1.0.0
|
||||
```
|
||||
|
||||
### Developer build (Desktop copy)
|
||||
|
||||
Reference in New Issue
Block a user