-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
102 lines (93 loc) · 1.83 KB
/
electron-builder.yml
File metadata and controls
102 lines (93 loc) · 1.83 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
appId: com.gramstr.app
productName: Gramstr
directories:
output: dist
buildResources: build-resources
files:
- electron/**/*
- public/app-icon.png
- package.json
- "!.next/**/*"
- "!node_modules/**/*"
- "!backend/**/*"
- "!venv/**/*"
- "!components/**/*"
- "!app/**/*"
- "!lib/**/*"
- "!db/**/*"
- "!dist/**/*"
- "!scripts/**/*"
- "!tests/**/*"
- "!*.md"
- "!*.yml"
- "!*.json"
- "+package.json"
asarUnpack:
- "electron/**/*"
- "public/app-icon.png"
extraResources: []
mac:
category: public.app-category.social-networking
icon: build-resources/icon.icns
hardenedRuntime: true
gatekeeperAssess: false
entitlements: build-resources/entitlements.mac.plist
entitlementsInherit: build-resources/entitlements.mac.plist
identity: "Developer ID Application: George Drag (75SL55EPD7)"
notarize:
teamId: "75SL55EPD7"
appleId: "${APPLE_ID}"
appleIdPassword: "${APPLE_APP_SPECIFIC_PASSWORD}"
target:
- target: dmg
arch:
- x64
- arm64
- target: zip
arch:
- x64
- arm64
win:
target:
- target: nsis
arch:
- x64
- target: portable
arch:
- x64
icon: build-resources/icon.ico
linux:
target:
- target: AppImage
arch:
- x64
- target: deb
arch:
- x64
- target: rpm
arch:
- x64
icon: build-resources/icon.png
category: Network
nsis:
oneClick: false
perMachine: false
allowToChangeInstallationDirectory: true
deleteAppDataOnUninstall: true
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: Gramstr
dmg:
contents:
- x: 410
y: 150
type: link
path: /Applications
- x: 130
y: 150
type: file
publish:
- provider: github
owner: yourusername
repo: gramstr
releaseType: release