Icon
This commit is contained in:
parent
4e01bd7675
commit
11aed8cf07
3 changed files with 9 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,3 +11,4 @@
|
|||
/vector/olm.js
|
||||
.DS_Store
|
||||
npm-debug.log
|
||||
electron/dist
|
||||
|
|
BIN
electron/icons/AppIcon.icns
Normal file
BIN
electron/icons/AppIcon.icns
Normal file
Binary file not shown.
|
@ -122,7 +122,14 @@
|
|||
"electron/src/**",
|
||||
"vector/**",
|
||||
"package.json"
|
||||
]
|
||||
],
|
||||
"mac": {
|
||||
"target": "dmg",
|
||||
"icon": "electron/icons/AppIcon.icns"
|
||||
},
|
||||
"dmg": {
|
||||
"icon": "electron/icons/AppIcon.icns"
|
||||
}
|
||||
},
|
||||
"directories": {
|
||||
"output": "electron/dist"
|
||||
|
|
Loading…
Add table
Reference in a new issue