Skip to content

Commit

Permalink
Set build_id_links as none for rpm
Browse files Browse the repository at this point in the history
Avoid build-id conflicts with other electron rpm packages
  • Loading branch information
LabhanshAgrawal committed Jan 9, 2022
1 parent 089b90f commit a42f771
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,11 @@
"afterInstall": "./build/linux/after-install.tpl"
},
"rpm": {
"afterInstall": "./build/linux/after-install.tpl"
"afterInstall": "./build/linux/after-install.tpl",
"fpm": [
"--rpm-rpmbuild-define",
"_build_id_links none"
]
},
"snap": {
"confinement": "classic",
Expand All @@ -132,4 +136,4 @@
"ssh"
]
}
}
}

0 comments on commit a42f771

Please sign in to comment.