Rename atom.icns to electron.icns

This commit is contained in:
Kevin Sawicki 2016-03-31 14:07:28 -07:00
parent ce95747a25
commit ee9128268e
3 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleIconFile</key>
<string>atom.icns</string>
<string>electron.icns</string>
<key>CFBundleVersion</key>
<string>0.37.3</string>
<key>CFBundleShortVersionString</key>

View file

@ -5,7 +5,7 @@
'atom/app/atom_main.h',
],
'bundle_sources': [
'atom/browser/resources/mac/atom.icns',
'atom/browser/resources/mac/electron.icns',
],
'js_sources': [
'lib/browser/api/app.js',