build: rename atom.ico to electron.ico (#23099)

This commit is contained in:
Samuel Attard 2020-04-13 16:07:27 -07:00 committed by GitHub
parent b03bd8c45c
commit b8c1709a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -1078,7 +1078,7 @@ if (is_mac) {
# See https://github.com/nodejs/node-gyp/commit/52ceec3a6d15de3a8f385f43dbe5ecf5456ad07a
ldflags += [ "/DEF:" + rebase_path("build/electron.def", root_build_dir) ]
inputs = [
"shell/browser/resources/win/atom.ico",
"shell/browser/resources/win/electron.ico",
"build/electron.def",
]
}

View file

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -103,5 +103,5 @@ END
// Icon
//
IDR_MAINFRAME ICON "atom.ico"
IDR_MAINFRAME ICON "electron.ico"
/////////////////////////////////////////////////////////////////////////////