mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-14 03:33:43 +08:00
16 lines
529 B
Plaintext
16 lines
529 B
Plaintext
# macOS 代码签名与公证
|
||
# 本地构建推荐不设 CSC_LINK,让 electron-builder 自动从钥匙串发现证书
|
||
# CSC_LINK=/path/to/developer_id_application.p12 # CI/CD 专用
|
||
# CSC_KEY_PASSWORD= # CI/CD 专用
|
||
|
||
APPLE_ID=your@apple.id
|
||
APPLE_APP_SPECIFIC_PASSWORD=xxxx-xxxx-xxxx-xxxx
|
||
APPLE_TEAM_ID=XXXXXXXXXX
|
||
|
||
# GitHub Releases 发布
|
||
GH_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||
|
||
# Windows 代码签名(可选)
|
||
# WIN_CSC_LINK=/path/to/windows-cert.pfx
|
||
# WIN_CSC_KEY_PASSWORD=
|