Files
mudita-center/apps/app/electron-builder.env.example
2025-07-31 10:49:34 +02:00

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=