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

Setting "Priority" attribute for .deb packages is not possible #1088

Closed
markusdosch opened this issue Jan 5, 2017 · 3 comments · May be fixed by qcif/data-curator#563
Closed

Setting "Priority" attribute for .deb packages is not possible #1088

markusdosch opened this issue Jan 5, 2017 · 3 comments · May be fixed by qcif/data-curator#563

Comments

@markusdosch
Copy link
Contributor

  • Version: 10.9.3
  • Target: Linux, deb

When I build a .deb package with electron-builder, the package has priority extra (visible in the "Details" tab in the package installer dialogue). I haven't found an option to set this value manually (e.g. change it to a more reasonable optional).

More info about Debian priority values: https://www.debian.org/doc/debian-policy/ch-archive.html (2.5 Priorities)

@develar
Copy link
Member

develar commented Jan 5, 2017

Workaround: "fpm": ["--deb-priority YOUR_VALUE"]in the build.linux

@develar develar added the feature label Jan 5, 2017
@hleitzell
Copy link
Contributor

Out of curiousity, how would you pass that in as extra metadata?

@develar
Copy link
Member

develar commented Jan 17, 2017

--em.build.linux.fpm

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

Successfully merging a pull request may close this issue.

3 participants