mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 09:34:58 +03:00
Set icon on OS X
Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
parent
3a30f166d7
commit
2b97a21029
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user