-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
54 lines (48 loc) · 1 KB
/
electron-builder.yml
File metadata and controls
54 lines (48 loc) · 1 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
appId: com.mdeditor.app
productName: "MD Editor"
copyright: "Copyright 2026"
publish:
provider: github
owner: Alparse
repo: md_app
directories:
output: release
buildResources: build
files:
- "src/main/**/*"
- "src/preload/**/*"
- "src/renderer/index.html"
- "src/renderer/dist/**/*"
- "src/renderer/styles/**/*"
- "src/renderer/fonts/**/*"
- "node_modules/**/*"
- "package.json"
fileAssociations:
- ext: md
name: "Markdown Document"
description: "Markdown Document"
role: Editor
- ext: markdown
name: "Markdown Document"
description: "Markdown Document"
role: Editor
win:
target:
- target: portable
arch:
- x64
- target: nsis
arch:
- x64
icon: "assets/icon.ico"
signingHashAlgorithms: []
sign: null
forceCodeSigning: false
nsis:
oneClick: false
perMachine: true
allowToChangeInstallationDirectory: true
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: "MD Editor"
runAfterFinish: true