Release rolling / release (push) Has been cancelled
apple-codesign 0.29 rejects --ad-hoc. Generate a self-signed P12 and sign darwin .app bundles with --p12-file so Linux CI produces a sealed signature instead of failing postPackage.
23 lines
334 B
Plaintext
23 lines
334 B
Plaintext
|
|
.DS_Store
|
|
.env
|
|
*.log
|
|
# Build outputs
|
|
dist/
|
|
electron/app.bundle.cjs
|
|
electron/app.bundle.cjs.map
|
|
node_modules
|
|
out/
|
|
peardock-audit.log
|
|
peardock-peers.json
|
|
peardock-sbom.json
|
|
peardock-vault.json
|
|
server/.env
|
|
|
|
# Local / CI electron zip cache
|
|
.cache/
|
|
|
|
# Self-signed rcodesign material (generated in CI/local)
|
|
tools/rcodesign/ci-cert/
|
|
*.p12
|