diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist index f7bd068e8f4..e2afa33f7df 100644 --- a/atom/browser/resources/mac/Info.plist +++ b/atom/browser/resources/mac/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleIconFile - atom.icns + electron.icns CFBundleVersion 0.37.3 CFBundleShortVersionString diff --git a/atom/browser/resources/mac/atom.icns b/atom/browser/resources/mac/electron.icns similarity index 100% rename from atom/browser/resources/mac/atom.icns rename to atom/browser/resources/mac/electron.icns diff --git a/filenames.gypi b/filenames.gypi index 97c2c0e6c52..2c39a8dccef 100644 --- a/filenames.gypi +++ b/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',