electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.46k stars 1.71k forks source link

How to set linux app icon in linux software installer #8278

Open Thesiva7 opened 6 days ago

Thesiva7 commented 6 days ago

Screenshot from 2024-06-13 13-47-03

How to set linux app icon in linux software installer.

My build configuration for linux is below.

"linux": { "desktop": { "StartupNotify": "false", "Encoding": "UTF-8", "icon": "assets/icons/my-app-256x256.icns" }, "target": [ "deb" ], "icon": "assets/icons/my-app-256x256.icns", "category": "AudioVideo", "synopsis": "Multi Video Conference Solution", "description": "This application is for multi video conference room solutions" },

any know how to provide app in linux software installer. help me. Thanks.