forked from 21st-dev/1code
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelectron-builder.ci.yml
More file actions
60 lines (53 loc) · 1.1 KB
/
electron-builder.ci.yml
File metadata and controls
60 lines (53 loc) · 1.1 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
55
56
57
58
59
60
# electron-builder config for CI builds (no code signing)
# Used by GitHub Actions for self-hosted fork builds
productName: 1Code
appId: dev.aadivar.1code
directories:
buildResources: build
output: release
files:
- out/**/*
extraResources:
- from: drizzle
to: migrations
- from: resources/bin/${platform}-${arch}
to: bin
filter:
- "**/*"
- from: resources/bin/VERSION
to: bin/VERSION
asar: true
asarUnpack:
- node_modules/better-sqlite3/**/*
- node_modules/node-pty/**/*
- node_modules/@anthropic-ai/claude-agent-sdk/**/*
mac:
identity: null
category: public.app-category.developer-tools
icon: build/icon.icns
hardenedRuntime: true
gatekeeperAssess: false
entitlements: build/entitlements.mac.plist
entitlementsInherit: build/entitlements.mac.plist
target:
- target: dmg
arch:
- arm64
- x64
- target: zip
arch:
- arm64
- x64
dmg:
window:
width: 540
height: 380
contents:
- x: 140
y: 150
type: file
- x: 400
y: 150
type: link
path: /Applications
iconSize: 80