-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
72 lines (72 loc) · 1.4 KB
/
Copy pathelectron-builder.yml
File metadata and controls
72 lines (72 loc) · 1.4 KB
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
72
appId: com.stemkit.app
productName: StemKit
afterPack: scripts/after-pack.cjs
directories:
output: release
files:
- out/**/*
asar: true
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
publish:
provider: github
owner: danvelope
repo: stemkit
extraResources:
- from: python
to: python
mac:
category: public.app-category.music
icon: build/icon.png
target:
- target: dmg
arch:
- arm64
- target: zip
arch:
- arm64
extraResources:
- from: extras/ffmpeg-mac/ffmpeg
to: ffmpeg/ffmpeg
win:
icon: build/icon.png
target:
- target: nsis
- target: zip
extraResources:
- from: extras/ffmpeg-win/ffmpeg.exe
to: ffmpeg/ffmpeg.exe
nsis:
oneClick: true
perMachine: false
linux:
icon: build/icon.png
category: AudioVideo
executableName: stemkit
vendor: danvelope
maintainer: danvelope
synopsis: Local YouTube stem splitter and player
description: Split songs into isolated stems locally — vocals, drums, bass and more.
target:
- target: AppImage
arch:
- x64
- target: deb
arch:
- x64
desktop:
StartupWMClass: stemkit
extraResources:
- from: extras/ffmpeg-linux/ffmpeg
to: ffmpeg/ffmpeg
deb:
depends:
- libgtk-3-0
- libnotify4
- libnss3
- libxss1
- libxtst6
- xdg-utils
- libatspi2.0-0
- libuuid1
- libsecret-1-0
- libasound2