-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathelectron-builder.mas.yml
More file actions
39 lines (36 loc) · 1.13 KB
/
electron-builder.mas.yml
File metadata and controls
39 lines (36 loc) · 1.13 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
appId: dev.guillaumechx.mq3t
productName: MQ3T
forceCodeSigning: false
artifactName: ${name}-${version}-${arch}.${ext}
buildVersion: 1
directories:
buildResources: build
files:
- '!**/.idea/*'
- '!**/.vscode/*'
- '!src/*'
- '!docs/*'
- '!electron.vite.config.{js,ts,mjs,cjs}'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
asarUnpack:
- resources/**
# macOS build configuration
mac:
icon: icon.icns
category: public.app-category.developer-tools
entitlements: build/entitlements.mas.plist
entitlementsInherit: build/entitlements.mas.inherit.plist
provisioningProfile: build/MacAppStore.provisionprofile
hardenedRuntime: false
darkModeSupport: true
extendInfo:
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
target:
- target: mas
arch:
- universal
npmRebuild: false