Browse Source

Rename atom.icns to electron.icns

Kevin Sawicki 9 years ago
parent
commit
ee9128268e

+ 1 - 1
atom/browser/resources/mac/Info.plist

@@ -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>

+ 0 - 0
atom/browser/resources/mac/atom.icns → atom/browser/resources/mac/electron.icns


+ 1 - 1
filenames.gypi

@@ -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',