electron-react-boilerplate / electron-react-boilerplate/electron-react-boilerplate
How to set linux app icon in linux software installer
- Dominant language
- TypeScript
- Stars
- 24.3k
- Forks
- 4k
- Avg merge
- 20m
- Merged PRs (30d)
- 4
Description

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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.