-
Notifications
You must be signed in to change notification settings - Fork 41
/
electron-builder.yml
66 lines (66 loc) · 1.74 KB
/
electron-builder.yml
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
appId: bluestone
productName: Inkdown
copyright: 'Copyright © 2023 [email protected]'
directories:
buildResources: build
afterSign: scripts/notarize.js
protocols:
name: bluestone deeplink
schemes:
- bluestone
files:
- '!**/.vscode/*'
- '!src/*'
- '!unpackage/*'
- '!electron.vite.config.{js,ts,mjs,cjs}'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md,postcss.config.js,tailwind.config.js,pnpm-lock.yaml}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
- '!scripts/*'
- '!web/*'
- '!docs/*'
- '!dist.zip'
asarUnpack:
- resources/*
artifactName: "Inkdown-${os}-${arch}.${ext}"
fileAssociations:
ext: md
role: Editor
win:
verifyUpdateCodeSignature: false
target:
- nsis
nsis:
allowElevation: false
allowToChangeInstallationDirectory: true
oneClick: false
perMachine: true
mac:
# identity: null
notarize: true
entitlementsInherit: build/entitlements.mac.plist
# minimumSystemVersion: 12.0
# category: public.app-category.productivity
hardenedRuntime: true
extendInfo:
- ElectronTeamID: GPJ86B8H94
- NSCameraUsageDescription: Application requests access to the device's camera.
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
target:
- target: dmg
arch:
- x64
- arm64
linux:
target:
- AppImage
- deb
maintainer: 1943dejavu
category: Markdown
executableName: Inkdown
npmRebuild: false
publish:
provider: github
owner: '1943time'
repo: 'inkdown'