mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 12:44:30 +08:00
rpm: do not generate build_id links (#2492)
This commit is contained in:
parent
7d40ca384a
commit
b750006546
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ Requires: libappindicator
|
|||
%description
|
||||
<%= description %>
|
||||
|
||||
# Don't generate build_id links to prevent conflicts when installing multiple
|
||||
# versions of electron apps (`code`, `slack`, etc).
|
||||
%define _build_id_links none
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/usr/share/mailspring
|
||||
cp -r <%= contentsDir %>/* %{buildroot}/usr/share/mailspring
|
||||
|
|
Loading…
Add table
Reference in a new issue