-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yml
executable file
·64 lines (57 loc) · 1.54 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
appId: com.radiium.filmo
copyright: "LICENSE MIT"
productName: filmo
asar: true
artifactName: "${productName}-${os}-${arch}-${version}.${ext}"
compression: maximum
npmRebuild: true
nodeGypRebuild: false
publish: null
directories:
app: "dist"
output: "release"
buildResources: "build"
files:
- "**/*"
- "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}"
- "!**/*.{o,hprof,orig,pyc,pyo,rbc}"
- "!**/._*"
- "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}"
- "!**/node_modules/search-index/si${/*}"
# Mac packaging
mac:
icon: "build/icons/mac/icon.icns"
category: "public.app-category.entertainment"
identity: null
dmg:
icon: "build/icons/mac/icon.icns"
iconSize: 128
contents:
- x: 532
y: 249
type: link
path: /Applications
- x: 281
y: 249
type: file
# Linux packaging
linux:
icon: "build/icons/png/"
category: "GNOME;GTK;Music;AudioVideo"
packageCategory: "GNOME;GTK;Music;AudioVideo"
description: "Desktop Youtube mp3 downloader"
maintainer: "Radiium <[email protected]>"
target:
- deb
- rpm
# Windows packaging
win:
icon: "build/icons/win/icon.ico"
target:
# - nsis
- portable
nsis:
oneClick: true
perMachine: true
portable:
artifactName: "${productName}-${os}-${arch}-${version}_portable.${ext}"