generated from vivid-lapin/ts
-
Notifications
You must be signed in to change notification settings - Fork 6
/
electron-builder.yml
71 lines (71 loc) · 1.91 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
67
68
69
70
71
appId: io.github.ci7lus.miraktest
productName: MirakTest
copyright: Copyright © 2021 ci7lus
directories:
output: "./build"
files:
- "index.html"
- "package.json"
- "dist/**/*"
- "assets/*.{png,svg}"
- "!node_modules"
- "node_modules/bindings"
- "node_modules/font-list"
- "node_modules/electron-store"
- "node_modules/conf"
- "node_modules/ajv"
- "node_modules/fast-deep-equal"
- "node_modules/json-schema-traverse"
- "node_modules/require-from-string"
- "node_modules/uri-js"
- "node_modules/punycode"
- "node_modules/ajv-formats"
- "node_modules/ajv"
- "node_modules/atomically"
- "node_modules/debounce-fn"
- "node_modules/mimic-fn"
- "node_modules/dot-prop"
- "node_modules/is-obj"
- "node_modules/env-paths"
- "node_modules/json-schema-typed"
- "node_modules/onetime"
- "node_modules/mimic-fn"
- "node_modules/pkg-up"
- "node_modules/find-up"
- "node_modules/locate-path"
- "node_modules/p-locate"
- "node_modules/p-limit"
- "node_modules/p-try"
- "node_modules/path-exists"
- "node_modules/semver"
- "node_modules/lru-cache"
- "node_modules/yallist"
- "node_modules/type-fest"
- from: node_modules/webchimera.js
to: node_modules/webchimera.js
publish: null
npmRebuild: false
npmArgs: "--runtime=node "
afterPack: "./dist/src/main/afterpack.js"
mac:
icon: "assets/miraktest.icns"
entitlements: "entitlements.plist"
entitlementsInherit: "entitlements.plist"
extendInfo:
NSHumanReadableCopyright: "Copyright © 2021 ci7lus\nこのアプリは libVLC を同梱しています。このアプリイメージには LGPLv2.1 または GPLv2 が適用されます。"
identity: null
win:
icon: "assets/miraktest.ico"
target:
- "zip"
- "nsis"
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
license: "assets/license.rtf"
linux:
icon: "assets/miraktest.iconset"
category: "AudioVideo"
target:
- "AppImage"
- "tar.gz"