mirror of
https://github.com/mudita/mudita-center.git
synced 2026-04-18 22:17:34 -04:00
42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
# =====================================================================
|
|
# Code Signing & Notarization Configuration
|
|
# https://www.electron.build/code-signing
|
|
# =====================================================================
|
|
|
|
# ---------------------------------------------------------------------
|
|
# macOS configuration
|
|
# ---------------------------------------------------------------------
|
|
|
|
# [Required] The HTTPS link (or base64-encoded data, or file:// link, or local path)
|
|
# to certificate (*.p12 or *.pfx file). Shorthand ~/ is supported (home directory).
|
|
CSC_LINK=
|
|
|
|
# [Required] The password to decrypt the certificate given in CSC_LINK.
|
|
CSC_KEY_PASSWORD=
|
|
|
|
# Apple Developer credentials for notarization
|
|
# Used by Electron Notarize: https://github.com/electron/notarize
|
|
# ---------------------------------------------------------------------
|
|
|
|
# [Required] Apple Developer account email
|
|
APPLE_ID=
|
|
|
|
# [Required] App-specific password (not your Apple ID password).
|
|
# Generate it from https://appleid.apple.com under Security > App-Specific Passwords.
|
|
APPLE_APP_SPECIFIC_PASSWORD=
|
|
|
|
# [Required] Your Apple Team ID (10-character alphanumeric).
|
|
# You can find it in Apple Developer portal under Membership details.
|
|
APPLE_TEAM_ID=
|
|
|
|
|
|
# ---------------------------------------------------------------------
|
|
# Windows configuration
|
|
# ---------------------------------------------------------------------
|
|
|
|
# [Required] Windows code signing certificate link or path (HTTPS/base64/file://)
|
|
WIN_CSC_LINK=
|
|
|
|
# [Required] Password to decrypt the Windows certificate.
|
|
WIN_CSC_KEY_PASSWORD=
|