-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNotes.txt
More file actions
43 lines (34 loc) · 1.18 KB
/
Notes.txt
File metadata and controls
43 lines (34 loc) · 1.18 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
Atenção!!!
Para rodar a aplicação em modo de desenvolvimento:
No Windows > npm run elizer
No Linux & Mac > npm start
-----------------------------------------------------
Configuração para Electron-update via Github.com
"win": {
"target": ["nsis"],
"publish": {
"provider": "github",
"channel": "latest"
}
}
Ou:
"win": {
"target": ["nsis"],
"requestedExecutionLevel": "requireAdministrator",
"publish": {
"provider": "generic",
"url": "http://localhost:5000/update",
"channel": "latest"
}
},
"nsis": {
"installerIcon": "pack/icon.ico",
"uninstallerIcon": "pack/icon.ico",
"installerSidebar": "pack/sidebar.bmp",
"uninstallDisplayName": "Electronizer",
"license": "pack/license.txt",
"oneClick": false,
"allowToChangeInstallationDirectory": true
}
1 - O texto da licença tem que estar no formato ANSI, se usar caracteres acentuados.
2 - O "sidebar" deve ser uma imagem de 164 x 314 pixels e no formato BMP.