forked from ytmdesktop/ytmdesktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yml
59 lines (53 loc) · 1.41 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
productName: YouTube Music Desktop App
appId: app.ytmd
files:
- '**/*'
- "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}"
- "!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}"
- "!**/node_modules/*.d.ts"
- "!**/node_modules/.bin"
- "!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}"
- "!**/._*"
- "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}"
- "!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}"
- "!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}"
- '!LICENSE.md'
- '!CODE_OF_CONDUCT.md'
- '!CONTRIBUTING.md'
- '!README.md'
- '!STORE_VARIABLES.md'
- '!.prettierrc.json'
- '!package.json'
- '!package-lock.json'
- '!.cache'
- '!app-update.yml'
- '!dev-app-update.yml'
protocols:
name: YouTube Music Desktop
schemes: [ytmd]
electronDownload:
arch: x86
cache: '.cache/electron-builder/'
win:
icon: src/assets/favicon.ico
publish:
provider: generic
url: 'https://dl.ytmdesktop.app/win'
channel: latest
mac:
icon: src/assets/favicon.icns
category: public.app-category.music
darkModeSupport: true
target:
- dmg
publish:
provider: generic
url: 'https://dl.ytmdesktop.app/mac'
channel: latest
linux:
icon: src/assets/favicon.png
category: AudioVideo
publish:
provider: generic
url: 'https://dl.ytmdesktop.app/lin'
channel: latest