-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathwin64.yaml
44 lines (44 loc) · 936 Bytes
/
win64.yaml
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
directories:
output: build/win64
buildResources: build/win64
productName: wereader
appId: cn.wu57.wereader
copyright: 未经允许,禁止修改,禁止用于商业目的
compression: normal
asar: true
publish:
- provider: generic
url: 'https://wu57.cn/files/'
files:
- filter:
- '!.vscode/**/*'
- '!.git/**/*'
- '!package-lock.json'
- '!*.md'
- '!*.yaml'
- '!.gitignore'
- '!.babelrc'
- '!build/**/*'
- '!packages/**/*'
- '!*.js'
dmg:
window:
x: 0
'y': 0
width: 480
height: 320
win:
icon: ./app/app.ico
nsis:
oneClick: false
guid: wereader
perMachine: false
allowElevation: true
allowToChangeInstallationDirectory: true
installerIcon: ./app/app.ico
uninstallerIcon: ./app/app.ico
installerHeaderIcon: ./app/app.ico
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: wereader
electronVersion: 9.1.1