Skip to content

Commit

Permalink
Do not package build-id metadata for RPM target (#6688)
Browse files Browse the repository at this point in the history
* Do not package build-id metadata for RPM target

fixes #6687

* fix lint

---------

Co-authored-by: Filipe Freire <livrofubia@gmail.com>
  • Loading branch information
mhdonnelly and filfreire committed Oct 13, 2023
1 parent 7c7b680 commit 877d565
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/insomnia/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ const config = {
},
],
},
rpm: {
// Prevents RPM from packaging build-id metadata, some of which is the
// same across all electron-builder applications, which causes package
// conflicts
fpm: [
'--rpm-rpmbuild-define=_build_id_links none',
],
},
snap: {
base: 'core22',
},
Expand Down

0 comments on commit 877d565

Please sign in to comment.