-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
116 lines (116 loc) · 3.02 KB
/
electron-builder.yml
File metadata and controls
116 lines (116 loc) · 3.02 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
appId: com.frkbByCoderDjing.app
productName: FRKB
directories:
buildResources: build
files:
- '!**/.vscode/*'
- '!src/*'
- '!electron.vite.config.{js,ts,mjs,cjs}'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
asarUnpack:
- resources/**
extraResources:
- from: THIRD_PARTY_NOTICES.md
to: licenses/THIRD_PARTY_NOTICES.md
- from: LICENSE
to: licenses/LICENSE
- from: scripts/beat_this_bridge.py
to: demucs/bootstrap/beat_this_bridge.py
- from: vendor/rekordbox-desktop-runtime
to: rekordboxDesktopRuntime
- from: resources/rekordboxDesktopLibrary
to: rekordboxDesktopLibrary
fileAssociations:
- ext:
- mp3
- wav
- flac
- aif
- aiff
- ogg
- opus
- aac
- m4a
- mp4
- wma
- ac3
- dts
- mka
- webm
- ape
- tak
- tta
- wv
name: FRKB Audio
description: Audio files supported by FRKB
role: Editor
win:
executableName: FRKB
extraResources:
- from: vendor/demucs/models
to: demucs/models
- from: vendor/demucs/bootstrap
to: demucs/bootstrap
# requestedExecutionLevel: 'requireAdministrator'
nsis:
oneClick: false
allowElevation: true
allowToChangeInstallationDirectory: true
artifactName: ${productName}-${version}-${platform}-${arch}.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: 'always'
installerIcon: 'build/icon.ico'
uninstallerIcon: 'build/icon.ico'
include: build/installer.nsh
mac:
target:
- dmg
- zip
extraResources:
- from: vendor/demucs/models
to: demucs/models
- from: vendor/demucs/bootstrap
to: demucs/bootstrap
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera.
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
dmg:
artifactName: ${productName}-${version}-${platform}-${arch}.${ext}
linux:
target:
- AppImage
- snap
- deb
extraResources:
- from: vendor/demucs/models
to: demucs/models
- from: vendor/demucs/bootstrap
to: demucs/bootstrap
- from: vendor/demucs/linux-x64
to: demucs/linux-x64
filter:
- runtime*/**
- from: vendor/demucs/linux-arm64
to: demucs/linux-arm64
filter:
- runtime*/**
maintainer: electronjs.org
category: Utility
appImage:
artifactName: ${name}-${version}.${ext}
npmRebuild: false
publish:
provider: github
owner: 'coderDjing'
repo: 'FRKB_Rapid-Audio-Organization-Tool'
releaseInfo:
releaseNotes: |
for test update 1.0.0-beta.4
electronDownload:
mirror: https://npmmirror.com/mirrors/electron/