mirror of
https://github.com/yang991178/fluent-reader.git
synced 2024-12-29 09:50:24 +01:00
36 lines
696 B
YAML
36 lines
696 B
YAML
|
appId: DevHYLiu.FluentReader
|
||
|
buildVersion: 24
|
||
|
productName: Fluent Reader
|
||
|
copyright: Copyright © 2020 Haoyuan Liu
|
||
|
files:
|
||
|
- "./dist/**/*"
|
||
|
- "!**/*.js.map"
|
||
|
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
|
||
|
minimumSystemVersion: 10.14.0
|
||
|
mas:
|
||
|
entitlements: build/entitlements.mas.plist
|
||
|
entitlementsInherit: build/entitlements.mas.inherit.plist
|
||
|
provisioningProfile: build/embedded.provisionprofile
|
||
|
hardenedRuntime: false
|
||
|
gatekeeperAssess: false
|
||
|
asarUnpack: []
|