Skip to content

Commit

Permalink
[DIST] don't include build-id files in rpm (#3951)
Browse files Browse the repository at this point in the history
fix: don't include build-id files in rpm
  • Loading branch information
imLinguin authored Aug 25, 2024
1 parent 0e90f17 commit a579cb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ linux:
- build/bin/*/linux/*
- build/bin/x64/win32/GalaxyCommunication.exe

rpm:
fpm: ['--rpm-rpmbuild-define', '_build_id_links none']

snap:
base: core20
confinement: strict
Expand Down

0 comments on commit a579cb4

Please sign in to comment.