-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
54 lines (47 loc) · 1.25 KB
/
electron-builder.yml
File metadata and controls
54 lines (47 loc) · 1.25 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
appId: com.pineconeexplorer.app
productName: Pinecone Explorer
copyright: Copyright © 2025-2026
directories:
output: release
buildResources: build
files:
- dist/**/*
- dist-electron/**/*
- "!**/*.map"
mac:
artifactName: "Pinecone-Explorer-${version}-${arch}-mac.${ext}"
category: public.app-category.developer-tools
target:
- target: dmg
arch:
- arm64
- target: zip
arch:
- arm64
icon: build/icon.png
hardenedRuntime: true
gatekeeperAssess: false
entitlements: build/entitlements.mac.plist
entitlementsInherit: build/entitlements.mac.plist
notarize: true
dmg:
artifactName: "Pinecone-Explorer-${version}-${arch}.${ext}"
sign: false
contents:
- x: 130
y: 220
- x: 410
y: 220
type: link
path: /Applications
# Notarization credentials from environment variables
# Set these in your shell or CI environment:
# APPLE_ID - Your Apple ID email
# APPLE_APP_SPECIFIC_PASSWORD - App-specific password from appleid.apple.com
# APPLE_TEAM_ID - Your 10-character Team ID
# Code signing identity (auto-detected from keychain)
# Uses "Developer ID Application" certificate for distribution outside App Store
publish:
provider: github
owner: stepandel
repo: pinecone-explorer