-
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathelectron-builder.arm64.yml
More file actions
45 lines (39 loc) · 930 Bytes
/
electron-builder.arm64.yml
File metadata and controls
45 lines (39 loc) · 930 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
productName: ADAMANT Messenger
appId: im.adamant.msg
files:
- '!**/node_modules/**'
- 'dist-electron'
- 'package.json'
directories:
output: './release-electron'
buildResources: './build'
protocols:
- name: ADAMANT Messenger
schemes:
- adm
mac:
category: 'public.app-category.social-networking'
darkModeSupport: true
icon: './build/osx/icon.icns'
entitlements: './build/osx/entitlements.mac.plist'
entitlementsInherit: './build/osx/entitlements.mac.plist'
hardenedRuntime: true
gatekeeperAssess: false
notarize: false
target:
target: 'default'
arch:
- arm64
afterSign: 'scripts/electron/notarize.cjs'
afterAllArtifactBuild: 'scripts/electron/staple.cjs'
afterPack: 'scripts/electron/sandboxFix.mjs'
dmg:
sign: true
background: './build/osx/background.jpeg'
contents:
- x: 260
y: 77
- x: 163
y: 186
type: 'link'
path: '/Applications'