This commit is contained in:
David Baker 2016-10-20 19:52:59 +01:00
parent 4e01bd7675
commit 11aed8cf07
3 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View file

@ -11,3 +11,4 @@
/vector/olm.js
.DS_Store
npm-debug.log
electron/dist

BIN
electron/icons/AppIcon.icns Normal file

Binary file not shown.

View file

@ -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"