forked from snxraven/peardock
Rolling release runners stall or fail fetching apple-codesign releases. Ship linux-x64 and linux-arm64 binaries under tools/rcodesign/ and install from the checkout so the ad-hoc macOS signing step is offline and fast.
15 lines
555 B
Markdown
15 lines
555 B
Markdown
# Vendored `rcodesign` (apple-codesign)
|
|
|
|
Used by CI on Linux to **ad-hoc sign** macOS `.app` bundles produced by
|
|
electron-forge cross-packaging (avoids Gatekeeper “damaged / move to Trash”).
|
|
|
|
| Path | Binary |
|
|
|------|--------|
|
|
| `linux-x64/rcodesign` | x86_64 musl (ubuntu-latest runners) |
|
|
| `linux-arm64/rcodesign` | aarch64 musl |
|
|
|
|
Upstream: [indygreg/apple-platform-rs](https://github.com/indygreg/apple-platform-rs)
|
|
Release tag: `apple-codesign/0.29.0`
|
|
|
|
Do **not** re-download in CI — the rolling release workflow installs from these paths.
|