-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
31 lines (31 loc) · 711 Bytes
/
electron-builder.yml
File metadata and controls
31 lines (31 loc) · 711 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
appId: com.danielklevebring.papershelf
productName: PaperShelf
directories:
output: release
files:
- dist/main/**/*
- dist/renderer/**/*
- package.json
asarUnpack:
- "**/node_modules/better-sqlite3/**"
- "**/node_modules/bindings/**"
- "**/node_modules/file-uri-to-path/**"
icon: resources/icon.icns
publish:
provider: github
owner: dakl
repo: papershelf
releaseType: release
mac:
target:
- target: dmg
arch: arm64
- target: zip
arch: arm64
hardenedRuntime: true
gatekeeperAssess: false
entitlements: build/entitlements.mac.plist
entitlementsInherit: build/entitlements.mac.inherit.plist
notarize: true
extendInfo:
NSUserNotificationAlertStyle: alert