-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
47 lines (47 loc) · 901 Bytes
/
electron-builder.yml
File metadata and controls
47 lines (47 loc) · 901 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
44
45
46
47
appId: com.varchiver.app
productName: Varchiver
directories:
buildResources: build
output: release
files:
- out/**/*
- "!node_modules/**/*"
asarUnpack:
- "**/*.node"
- "**/ffmpeg-static/**"
- "**/ffprobe-static/**"
publish:
provider: github
owner: vakho
repo: Varchiver
mac:
icon: build/icon.icns
category: public.app-category.video
target:
- target: dmg
arch:
- x64
- arm64
hardenedRuntime: true
gatekeeperAssess: false
entitlements: build/entitlements.mac.plist
entitlementsInherit: build/entitlements.mac.plist
notarize: false
win:
icon: build/icon.ico
target:
- target: nsis
arch:
- x64
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
extraResources:
- from: resources/
to: resources/
filter:
- "**/*"
- from: drizzle/
to: resources/migrations/
filter:
- "**/*"