Skip to content

Common configuration "icon" is ignored for macOS #9384

@panther7

Description

@panther7

Docs: https://www.electron.build/configuration#icon

This is broken only for macOS.
Windows and Linux builds are ok.

Works:

  • 26.1.0

Fail:

  • 26.2.0
  • 26.3.0

Config broken:

{
  // ...
  icon: 'test/icon.icon',
  mac: {
    // ...
  },
  // ...
}

Config for 26.2.0+:

{
  // ...
  icon: 'balablabla',
  mac: {
     icon: 'test/icon.icon',
  },
  // ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions