"linux": {
"target": "deb",
"icon": "build/app-icon.png",
"artifactName": "abc",
"detectUpdateChannel": true,
"generateUpdatesFilesForAllChannels": true,
"maintainer": "abc",
"packageCategory": "Linux",
"category": "Office",
"synopsis": "abc.",
"vendor": "abc"
}
above is my build configuration for linux which is set in package.json. build getting created successfully and app is working fine but logo or icon of app is not getting set. It is setting empty icon.
anybody can help how to configure for set icon?