mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Set build_id_links as none for rpm
Avoid build-id conflicts with other electron rpm packages
This commit is contained in:
parent
089b90fff1
commit
a42f7716bf
1 changed files with 6 additions and 2 deletions
|
|
@ -120,7 +120,11 @@
|
||||||
"afterInstall": "./build/linux/after-install.tpl"
|
"afterInstall": "./build/linux/after-install.tpl"
|
||||||
},
|
},
|
||||||
"rpm": {
|
"rpm": {
|
||||||
"afterInstall": "./build/linux/after-install.tpl"
|
"afterInstall": "./build/linux/after-install.tpl",
|
||||||
|
"fpm": [
|
||||||
|
"--rpm-rpmbuild-define",
|
||||||
|
"_build_id_links none"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"snap": {
|
"snap": {
|
||||||
"confinement": "classic",
|
"confinement": "classic",
|
||||||
|
|
@ -132,4 +136,4 @@
|
||||||
"ssh"
|
"ssh"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue