Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Thesiva7 opened this issue Jun 27, 2024 · 0 comments
Open

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

Thesiva7 opened this issue Jun 27, 2024 · 0 comments

Comments

@Thesiva7
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant