Set icon on OS X

Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
Antonio Scandurra 2016-07-28 20:32:02 +02:00 committed by Nathan Sobo
parent 3a30f166d7
commit 2b97a21029

View File

@ -17,6 +17,7 @@ module.exports = function () {
'build-version': CONFIG.appMetadata.version,
'download': {cache: CONFIG.cachePath},
'dir': CONFIG.intermediateAppPath,
'icon': path.join(CONFIG.repositoryRootPath, 'resources', 'app-icons', CONFIG.channel, 'atom.icns'),
'out': CONFIG.buildOutputPath,
'overwrite': true,
'platform': process.platform,