Added name and icon
This commit is contained in:
parent
b5a258afd4
commit
926816291e
5 changed files with 22 additions and 7 deletions
14
package.json
14
package.json
|
|
@ -19,9 +19,15 @@
|
|||
"electron"
|
||||
]
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis"
|
||||
]
|
||||
"build": {
|
||||
"appId": "com.tadeu.biolab",
|
||||
"productName": "BioLab",
|
||||
"directories": {
|
||||
"buildResources": "resources"
|
||||
},
|
||||
"win": {
|
||||
"target": "nsis",
|
||||
"icon": "resources/icon.ico"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue