forked from victoralvesf/aonsoku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
63 lines (54 loc) · 1.18 KB
/
Copy pathelectron-builder.yml
File metadata and controls
63 lines (54 loc) · 1.18 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
appId: com.victoralvesf.aonsoku
productName: Aonsoku
copyright: Copyright © 2026 Victor Alves
icon: ./build/icon.ico
artifactName: '${productName}-v${version}-${os}-${arch}.${ext}'
directories:
buildResources: build
files:
- '!**/*'
- 'out/**'
- '!out/renderer/screenshots{,/**}'
- 'package.json'
extraResources:
- from: resources
to: resources
win:
executableName: Aonsoku
target:
- target: nsis
arch:
- x64
- arm64
nsis:
shortcutName: ${productName}
oneClick: false
allowToChangeInstallationDirectory: true
uninstallDisplayName: ${productName}
createDesktopShortcut: always
license: ./LICENSE.txt
uninstallerIcon: ./build/icon.ico
mac:
category: public.app-category.music
entitlementsInherit: build/entitlements.mac.plist
notarize: false
icon: ./build/icon.icns
target:
- target: dmg
arch:
- x64
- arm64
linux:
target:
- AppImage
- deb
- tar.gz
maintainer: victoralvesf
category: AudioVideo
synopsis: 'A modern desktop music client for Navidrome and OpenSubsonic servers.'
npmRebuild: true
nativeRebuilder: legacy
publish:
provider: github
owner: victoralvesf
repo: aonsoku