Skip to content

Commit 542df91

Browse files
committed
chore: add .env.example for local release script
1 parent 3d117c9 commit 542df91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Apple Developer Credentials for Notarization
2+
APPLE_ID=your-apple-id@email.com
3+
APPLE_APP_SPECIFIC_PASSWORD=xxxx-xxxx-xxxx-xxxx
4+
APPLE_TEAM_ID=XXXXXXXXXX
5+
6+
# Certificate name (from Keychain Access)
7+
MACOS_CERTIFICATE_NAME=Developer ID Application: Your Name (XXXXXXXXXX)
8+
9+
# Sparkle EdDSA private key (base64)
10+
SPARKLE_PRIVATE_KEY=your-sparkle-private-key-here

0 commit comments

Comments
 (0)