-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
52 lines (52 loc) · 1.17 KB
/
Copy pathelectron-builder.yml
File metadata and controls
52 lines (52 loc) · 1.17 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
appId: com.detstcc.desktop
productName: Codeb
protocols:
- name: Codeb
schemes:
- codeb
directories:
output: releases
buildResources: build
files:
- src/**/*
- package.json
- node_modules/**/*
- "!node_modules/**/{CHANGELOG.md,README.md,readme.md,*.d.ts,*.map,*.ts}"
- "!node_modules/**/{test,tests,__tests__,docs,doc,examples}/**"
extraMetadata:
main: src/main/index.js
asarUnpack:
- node_modules/@xterm/**
- node_modules/node-pty/**
extraResources:
- from: build/icon.png
to: icon.png
- from: build/icon.ico
to: icon.ico
win:
target:
- nsis
icon: build/icon.ico
artifactName: ${productName}-${version}-${arch}.${ext}
signAndEditExecutable: false
forceCodeSigning: false
mac:
target:
- dmg
category: public.app-category.developer-tools
icon: build/icon.png
artifactName: ${productName}-${version}-${arch}.${ext}
linux:
target:
- AppImage
- deb
category: Development
icon: build/icon.png
artifactName: ${productName}-${version}-${arch}.${ext}
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
perMachine: false
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: Codeb