-
-
Notifications
You must be signed in to change notification settings - Fork 519
Expand file tree
/
Copy pathelectron-builder-mas.yml
More file actions
43 lines (43 loc) · 869 Bytes
/
electron-builder-mas.yml
File metadata and controls
43 lines (43 loc) · 869 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
appId: me.hyliu.fluent-reader-mas
buildVersion: 32
productName: Fluent Reader
copyright: Copyright © 2020 Haoyuan Liu
files:
- "./dist/**/*"
- "!./dist/fonts.vbs"
- "!**/*.js.map"
asarUnpack:
- "./dist/fontlist"
directories:
output: "./bin/${platform}/${arch}/"
mac:
darkModeSupport: true
target:
- dmg
category: public.app-category.news
electronLanguages:
- zh_CN
- zh_TW
- en
- fr
- es
- de
- tr
- ja
- sv
- uk
- it
- nl
- ko
- ru
- pt_BR
- pt_PT
- cs
- pl
minimumSystemVersion: 12.0.0
mas:
entitlements: build/entitlements.mas.plist
entitlementsInherit: build/entitlements.mas.inherit.plist
hardenedRuntime: false
gatekeeperAssess: false
asarUnpack: []