-
-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy path.env.release.local.example
More file actions
27 lines (21 loc) · 875 Bytes
/
Copy path.env.release.local.example
File metadata and controls
27 lines (21 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Local-only release secrets for macOS validation.
# Copy to `.env.release.local` and fill the values before running:
# scripts/release-local-macos.sh
# GitHub updater endpoint embedded into the app.
HELMOR_UPDATER_ENDPOINTS=https://github.com/dohooo/helmor/releases/latest/download/latest.json
# Tauri updater public key embedded into the app.
HELMOR_UPDATER_PUBKEY=
# Tauri updater private signing key used at build time.
TAURI_SIGNING_PRIVATE_KEY=
TAURI_SIGNING_PRIVATE_KEY_PASSWORD=
# Base64-encoded .p12 export of the Developer ID Application certificate.
APPLE_CERTIFICATE=
APPLE_CERTIFICATE_PASSWORD=
# Visible codesigning identity from `security find-identity -v -p codesigning`
# Example:
# APPLE_SIGNING_IDENTITY=Developer ID Application: Your Name (TEAMID)
APPLE_SIGNING_IDENTITY=
# Apple notarization credentials.
APPLE_ID=
APPLE_PASSWORD=
APPLE_TEAM_ID=