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

set the build.linux.category option #99

Merged
merged 1 commit into from
Jan 25, 2021
Merged

set the build.linux.category option #99

merged 1 commit into from
Jan 25, 2021

Conversation

vbarrois
Copy link
Contributor

yarn v1.22.5
electron-builder 22.9.1

Pendant le build electron sous linux, un warning est déclenché pour renseigner la propriété build.linux.category (https://www.electron.build/configuration/linux)

application Linux category is set to default "Utility" reason=linux.category is not set and cannot map from macOS docs=https://www.electron.build/configuration/linux

La liste des categories pour les applications Linux est disponible ici: https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry (malheureusement pas 'encore' de categorie streaming)

"build": {
"productName": "Marv",
"icon": "app/static/icon.png",
"linux": {
"category": "Streaming"
}
}

yarn v1.22.5
electron-builder 22.9.1

Pendant le build electron sous linux, un warning est déclenché pour renseigner la propriété build.linux.category (https://www.electron.build/configuration/linux)

>>> application Linux category is set to default "Utility"  reason=linux.category is not set and cannot map from macOS docs=https://www.electron.build/configuration/linux

La liste des categories pour les applications Linux est disponible ici: https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry (malheureusement pas 'encore' de categorie streaming)

"build": {
    "productName": "Marv",
    "icon": "app/static/icon.png",
    "linux": {
      "category": "Streaming"
    }
  }
@skarab42 skarab42 merged commit f8a328c into skarab42:main Jan 25, 2021
@vbarrois vbarrois deleted the patch-1 branch January 25, 2021 18:17
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

Successfully merging this pull request may close these issues.

None yet

2 participants