Rename atom.icns to electron.icns
This commit is contained in:
parent
ce95747a25
commit
ee9128268e
3 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue