forked from yang991178/fluent-reader
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathelectron-builder-mas.yml
More file actions
43 lines (43 loc) · 970 Bytes
/
electron-builder-mas.yml
File metadata and controls
43 lines (43 loc) · 970 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: DevHYLiu.FluentflameReader
buildVersion: 29
productName: Fluentflame Reader
copyright: Copyright @ 2025 Community Contributors. Original 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
minimumSystemVersion: 10.15.0
mas:
entitlements: build/entitlements.mas.plist
entitlementsInherit: build/entitlements.mas.inherit.plist
provisioningProfile: build/embedded.provisionprofile
hardenedRuntime: false
gatekeeperAssess: false
asarUnpack: []