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> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>atom.icns</string> <string>electron.icns</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.37.3</string> <string>0.37.3</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>

View file

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