-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
38 lines (38 loc) · 1.21 KB
/
Copy pathelectron-builder.yml
File metadata and controls
38 lines (38 loc) · 1.21 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
appId: com.cbgithub7.brave-domain-manager
productName: Brave Domain Manager
directories:
buildResources: build
output: release
files:
- out/**/*
- '!**/.vscode/*'
- '!src/**'
- '!electron.vite.config.{js,ts,mjs,cjs}'
extraResources:
# Copied to process.resourcesPath (outside app.asar) - the elevated helper
# exe can't execute from inside an asar archive, and the icon needs a
# plain filesystem path too. See src/main/resourcePaths.ts.
- from: resources
to: .
# registryWriteHelper.js runs as its own standalone node.exe process (not
# Electron's Node), with no relationship to app.asar's node_modules - its
# require('regedit-rs') only resolves if regedit-rs (and its hoisted
# platform-specific native package) ship alongside it directly.
- from: node_modules/regedit-rs
to: helpers/node_modules/regedit-rs
- from: node_modules/regedit-rs-win32-x64-msvc
to: helpers/node_modules/regedit-rs-win32-x64-msvc
win:
requestedExecutionLevel: asInvoker
target:
- target: nsis
arch:
- x64
nsis:
artifactName: ${name}-${version}-setup.${ext}
oneClick: false
allowToChangeInstallationDirectory: true
publish:
provider: github
owner: cbgithub7
repo: Brave-Domain-Manager