electron-react-boilerplate / electron-react-boilerplate/electron-react-boilerplate

How to set linux app icon in linux software installer

Closed
#3,626 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
24.3k
Forks
4k
Avg merge
20m
Merged PRs (30d)
4

Description

![Screenshot from 2024-06-13 13-47-03](https://github.com/electron-react-boilerplate/electron-react-boilerplate/assets/95845976/4ba80c9f-e625-4209-8ea9-ea982b401927)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.