mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(build): prevent RPM build-id collisions with other Electron apps
Fixes #5368
This commit is contained in:
parent
3bb58f83fc
commit
d8c5dd5c8d
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ linux:
|
|||
- rpm
|
||||
publish:
|
||||
- github
|
||||
|
||||
rpm:
|
||||
# Fix for issue #5368: Prevent /usr/lib/.build-id/ collisions with other Electron apps
|
||||
fpm: ['--rpm-rpmbuild-define=_build_id_links none']
|
||||
# leads to Error: Please specify executable name as linux.executableName instead of linux.desktop.Exec
|
||||
# desktop:
|
||||
# Name: Super Productivity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue