feat(companion): add build-and-verify bundle automation pipeline
This commit is contained in:
@@ -36,6 +36,18 @@ Additional file:
|
||||
|
||||
- `CHECKSUMS.sha256.sig`
|
||||
|
||||
One-command automation:
|
||||
|
||||
```bash
|
||||
pnpm companion:bundle -- \
|
||||
--output ./dist/companion-macos \
|
||||
--platform macos \
|
||||
--signing-key ./keys/release-private.pem \
|
||||
--signing-key-id team-k1
|
||||
```
|
||||
|
||||
This script builds the bundle and immediately verifies checksums/signatures before returning success.
|
||||
|
||||
## Generate Platform Starter Shell Template
|
||||
|
||||
For native app bootstrapping (without launcher/checksum artifacts), export a platform template:
|
||||
|
||||
Reference in New Issue
Block a user