Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 268 Bytes

test.md

File metadata and controls

15 lines (12 loc) · 268 Bytes

@nklayman

How to set the icon path?

It can't find the picture like this.

builderOptions: {
    productName: 'demo',
    'win': {
      'icon': 'src/assets/icon.ico'
    },
    mac: {
      icon: 'src/assets/icon.icns'
    }
}